changeset 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 8ca19160362b
children 129d8225f748
files src/textprop.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
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;