From: Martin Rudalics Date: Sun, 16 Nov 2008 18:54:50 +0000 (+0000) Subject: (syms_of_buffer): Fix doc-string of cursor-type. X-Git-Tag: emacs-pretest-23.0.90~1775 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e08b170568e013170c3e814f195bde43db1305fe;p=emacs.git (syms_of_buffer): Fix doc-string of cursor-type. --- 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,