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
b4f5313e
Commit
b4f5313e
authored
Sep 07, 2012
by
Chong Yidong
Browse files
* src/textprop.c (Fget_text_property): Minor doc fix.
Fixes: debbugs:12323
parent
1a5432bc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
src/ChangeLog
src/ChangeLog
+2
-0
src/textprop.c
src/textprop.c
+2
-1
No files found.
src/ChangeLog
View file @
b4f5313e
2012-09-07 Chong Yidong <cyd@gnu.org>
* textprop.c (Fget_text_property): Minor doc fix (Bug#12323).
* data.c (Flocal_variable_if_set_p): Doc fix (Bug#10713).
2012-09-07 Paul Eggert <eggert@cs.ucla.edu>
...
...
src/textprop.c
View file @
b4f5313e
...
...
@@ -556,7 +556,8 @@ If POSITION is at the end of OBJECT, the value is nil. */)
DEFUN
(
"get-text-property"
,
Fget_text_property
,
Sget_text_property
,
2
,
3
,
0
,
doc
:
/* Return the value of POSITION's property PROP, in OBJECT.
OBJECT is optional and defaults to the current buffer.
OBJECT should be a buffer or a string; if omitted or nil, it defaults
to the current buffer.
If POSITION is at the end of OBJECT, the value is nil. */
)
(
Lisp_Object
position
,
Lisp_Object
prop
,
Lisp_Object
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