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
5abb9556
Commit
5abb9556
authored
Jan 20, 1994
by
Richard M. Stallman
Browse files
Doc fixes.
parent
53b7feec
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/textprop.c
src/textprop.c
+3
-3
No files found.
src/textprop.c
View file @
5abb9556
...
...
@@ -596,7 +596,7 @@ The property values are compared with `eq'.\n\
Return nil if the property is constant all the way to the end of OBJECT.
\n
\
If the value is non-nil, it is a position greater than POS, never equal.
\n\n
\
If the optional fourth argument LIMIT is non-nil, don't search
\n
\
past position LIMIT;
fail
if nothing is found before LIMIT."
)
past position LIMIT;
return LIMIT
if nothing is found before LIMIT."
)
(
pos
,
prop
,
object
,
limit
)
Lisp_Object
pos
,
prop
,
object
,
limit
;
{
...
...
@@ -634,7 +634,7 @@ The optional second argument OBJECT is the string or buffer to scan.\n\
Return nil if the property is constant all the way to the start of OBJECT.
\n
\
If the value is non-nil, it is a position less than POS, never equal.
\n\n
\
If the optional third argument LIMIT is non-nil, don't search
\n
\
back past position LIMIT;
fail
if nothing is found
before
LIMIT."
)
back past position LIMIT;
return LIMIT
if nothing is found
until
LIMIT."
)
(
pos
,
object
,
limit
)
Lisp_Object
pos
,
object
,
limit
;
{
...
...
@@ -676,7 +676,7 @@ The property values are compared with `eq'.\n\
Return nil if the property is constant all the way to the start of OBJECT.
\n
\
If the value is non-nil, it is a position less than POS, never equal.
\n\n
\
If the optional fourth argument LIMIT is non-nil, don't search
\n
\
back past position LIMIT;
fail
if nothing is found
before
LIMIT."
)
back past position LIMIT;
return LIMIT
if nothing is found
until
LIMIT."
)
(
pos
,
prop
,
object
,
limit
)
Lisp_Object
pos
,
prop
,
object
,
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