Mercurial > emacs
changeset 26499:10af169a628b
(Finternal_show_cursor_p): Fix doc string.
author | Dave Love <fx@gnu.org> |
---|---|
date | Thu, 18 Nov 1999 18:03:57 +0000 |
parents | 794e4734de4b |
children | f4cf8ce061c9 |
files | src/dispnew.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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;