From e08b170568e013170c3e814f195bde43db1305fe Mon Sep 17 00:00:00 2001 From: Martin Rudalics Date: Sun, 16 Nov 2008 18:54:50 +0000 Subject: [PATCH] (syms_of_buffer): Fix doc-string of cursor-type. --- src/ChangeLog | 4 ++++ src/buffer.c | 5 +++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index eaaa96c6654..52d70fdaa90 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2008-11-16 Ben North (tiny change) + + * buffer.c (syms_of_buffer): Fix doc-string of cursor-type. + 2008-11-15 Eli Zaretskii * msdos.c (run_msdos_command): Don't call dos_ttcooked, dos_ttraw, diff --git a/src/buffer.c b/src/buffer.c index 922109ab282..b9c4c853546 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -6213,8 +6213,9 @@ Values are interpreted as follows: (hbar . HEIGHT) display a horizontal bar cursor with height HEIGHT ANYTHING ELSE display a hollow box cursor -When the buffer is displayed in a nonselected window, -this variable has no effect; the cursor appears as a hollow box. */); +When the buffer is displayed in a non-selected window, the +cursor's appearance is instead controlled by the variable +`cursor-in-non-selected-windows'. */); DEFVAR_PER_BUFFER ("line-spacing", ¤t_buffer->extra_line_spacing, Qnil, -- 2.39.2