diff options
| author | Dave Love | 1999-11-18 18:03:57 +0000 |
|---|---|---|
| committer | Dave Love | 1999-11-18 18:03:57 +0000 |
| commit | a1051b732b5997340eb2aa4ced6fc7a94bf5e0b1 (patch) | |
| tree | c8c48bd8a785aabab432c662acd8940ec39e4f24 /src | |
| parent | 91193697af8c6a4cdd8b0725993e9cdf0dd10aad (diff) | |
| download | emacs-a1051b732b5997340eb2aa4ced6fc7a94bf5e0b1.tar.gz emacs-a1051b732b5997340eb2aa4ced6fc7a94bf5e0b1.zip | |
(Finternal_show_cursor_p): Fix doc string.
Diffstat (limited to 'src')
| -rw-r--r-- | src/dispnew.c | 2 |
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 | ||
| 5948 | DEFUN ("internal-show-cursor-p", Finternal_show_cursor_p, | 5948 | DEFUN ("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\ |
| 5951 | WINDOW nil or omitted means report on the selected window.") | 5951 | WINDOW nil or omitted means report on the selected window.") |
| 5952 | (window) | 5952 | (window) |
| 5953 | Lisp_Object window; | 5953 | Lisp_Object window; |