From a1051b732b5997340eb2aa4ced6fc7a94bf5e0b1 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Thu, 18 Nov 1999 18:03:57 +0000 Subject: [PATCH] (Finternal_show_cursor_p): Fix doc string. --- src/dispnew.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dispnew.c b/src/dispnew.c index e7e0d046b3..f610238ea2 100644 --- a/src/dispnew.c +++ b/src/dispnew.c @@ -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; -- 2.20.1