]> git.eshelyaron.com Git - emacs.git/commitdiff
(Finternal_show_cursor_p): Fix doc string.
authorDave Love <fx@gnu.org>
Thu, 18 Nov 1999 18:03:57 +0000 (18:03 +0000)
committerDave Love <fx@gnu.org>
Thu, 18 Nov 1999 18:03:57 +0000 (18:03 +0000)
src/dispnew.c

index e7e0d046b3281f7c54413826ce023d3e85ada5cf..f610238ea2294ef290324f7b728ecbc24c9fade3 100644 (file)
@@ -5947,7 +5947,7 @@ don't show a cursor.")
 
 DEFUN ("internal-show-cursor-p", Finternal_show_cursor_p,
        Sinternal_show_cursor_p, 0, 1, 0,
-  "Value is non-nil if next redisplay will display a cursor in WINDOW.
+  "Value is non-nil if next redisplay will display a cursor in WINDOW.\n\
 WINDOW nil or omitted means report on the selected window.")
   (window)
      Lisp_Object window;