mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-06 20:00:46 -08:00
* textprop.c (Fget_text_property): Fix typo in function's declaration.
* keyboard.c (Fread_key_sequence): Backslash the newlines in this docstring. * textprop.c (Fget_text_property): Same.
This commit is contained in:
parent
1aaaff21ef
commit
0df58c91cf
1 changed files with 2 additions and 2 deletions
|
|
@ -349,10 +349,10 @@ defaults to the current buffer.")
|
|||
}
|
||||
|
||||
DEFUN ("get-text-property", Fget_text_property, Sget_text_property, 2, 3, 0,
|
||||
"Return the value of position POS's property PROP, in OBJECT.
|
||||
"Return the value of position POS's property PROP, in OBJECT.\n\
|
||||
OBJECT is optional and defaults to the current buffer.")
|
||||
(pos, prop, object)
|
||||
Lisp_Object sym, object;
|
||||
Lisp_Object pos, object;
|
||||
register Lisp_Object prop;
|
||||
{
|
||||
register INTERVAL i;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue