# HG changeset patch # User Dave Love # Date 942948237 0 # Node ID 10af169a628b0ff1e207a964b5a9bfdf91de8afe # Parent 794e4734de4b03c48e653c037707b4a90431ba67 (Finternal_show_cursor_p): Fix doc string. diff -r 794e4734de4b -r 10af169a628b src/dispnew.c --- a/src/dispnew.c Thu Nov 18 17:44:32 1999 +0000 +++ b/src/dispnew.c Thu Nov 18 18:03:57 1999 +0000 @@ -5947,7 +5947,7 @@ 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;