aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDave Love1999-11-18 18:03:57 +0000
committerDave Love1999-11-18 18:03:57 +0000
commita1051b732b5997340eb2aa4ced6fc7a94bf5e0b1 (patch)
treec8c48bd8a785aabab432c662acd8940ec39e4f24 /src
parent91193697af8c6a4cdd8b0725993e9cdf0dd10aad (diff)
downloademacs-a1051b732b5997340eb2aa4ced6fc7a94bf5e0b1.tar.gz
emacs-a1051b732b5997340eb2aa4ced6fc7a94bf5e0b1.zip
(Finternal_show_cursor_p): Fix doc string.
Diffstat (limited to 'src')
-rw-r--r--src/dispnew.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dispnew.c b/src/dispnew.c
index e7e0d046b32..f610238ea22 100644
--- a/src/dispnew.c
+++ b/src/dispnew.c
@@ -5947,7 +5947,7 @@ don't show a cursor.")
5947 5947
5948DEFUN ("internal-show-cursor-p", Finternal_show_cursor_p, 5948DEFUN ("internal-show-cursor-p", Finternal_show_cursor_p,
5949 Sinternal_show_cursor_p, 0, 1, 0, 5949 Sinternal_show_cursor_p, 0, 1, 0,
5950 "Value is non-nil if next redisplay will display a cursor in WINDOW. 5950 "Value is non-nil if next redisplay will display a cursor in WINDOW.\n\
5951WINDOW nil or omitted means report on the selected window.") 5951WINDOW nil or omitted means report on the selected window.")
5952 (window) 5952 (window)
5953 Lisp_Object window; 5953 Lisp_Object window;