Mercurial > emacs
diff src/textprop.c @ 1930:1cdbdbe2f70a
* 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.
| author | Jim Blandy <jimb@redhat.com> |
|---|---|
| date | Mon, 22 Feb 1993 14:52:32 +0000 |
| parents | 9d65dfc7bdb7 |
| children | 2bdbd6ed2430 |
line wrap: on
line diff
--- a/src/textprop.c Mon Feb 22 14:51:39 1993 +0000 +++ b/src/textprop.c Mon Feb 22 14:52:32 1993 +0000 @@ -349,10 +349,10 @@ } 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;
