Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
a41292c2
Commit
a41292c2
authored
Jul 21, 2005
by
Juanma Barranquero
Browse files
(Fnext_char_property_change, Fprevious_char_property_change): Doc fixes.
parent
eb7c9b64
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/textprop.c
src/textprop.c
+2
-2
No files found.
src/textprop.c
View file @
a41292c2
...
...
@@ -719,7 +719,7 @@ it finds a change in some text property, or the beginning or end of an
overlay, and returns the position of that.
If none is found, the function returns (point-max).
If the optional
thir
d argument LIMIT is non-nil, don't search
If the optional
secon
d argument LIMIT is non-nil, don't search
past position LIMIT; return LIMIT if nothing is found before LIMIT. */
)
(
position
,
limit
)
Lisp_Object
position
,
limit
;
...
...
@@ -744,7 +744,7 @@ finds a change in some text property, or the beginning or end of an
overlay, and returns the position of that.
If none is found, the function returns (point-max).
If the optional
thir
d argument LIMIT is non-nil, don't search
If the optional
secon
d argument LIMIT is non-nil, don't search
past position LIMIT; return LIMIT if nothing is found before LIMIT. */
)
(
position
,
limit
)
Lisp_Object
position
,
limit
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment