]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fget_char_property): Fix docstring.
authorKarl Heuer <kwzh@gnu.org>
Thu, 24 Feb 1994 19:24:37 +0000 (19:24 +0000)
committerKarl Heuer <kwzh@gnu.org>
Thu, 24 Feb 1994 19:24:37 +0000 (19:24 +0000)
src/textprop.c

index b749ffe91adf8b2f88d3fc65e6a271c924870f18..0b328da308b6bfc8ac149bcfc4960215d8921f71 100644 (file)
@@ -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;