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
99830d63
Commit
99830d63
authored
Feb 24, 1994
by
Karl Heuer
Browse files
(Fget_char_property): Fix docstring.
parent
f5957179
Changes
1
Hide 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 @
99830d63
...
...
@@ -525,8 +525,8 @@ DEFUN ("get-char-property", Fget_char_property, Sget_char_property, 2, 3, 0,
OBJECT is optional and defaults to the current buffer.
\n
\
If POSITION is at the end of OBJECT, the value is nil.
\n
\
If OBJECT is a buffer, then overlay properties are considered as well as
\n
\
text properties.
If OBJECT is a window, then that window's buffer is used, but window-specific
text properties.
\n
\
If OBJECT is a window, then that window's buffer is used, but window-specific
\n
\
overlays are considered only if they are associated with OBJECT."
)
(
pos
,
prop
,
object
)
Lisp_Object
pos
,
object
;
...
...
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