# HG changeset patch # User Richard M. Stallman # Date 1021906277 0 # Node ID 4c14a5806a683e63c34c0afc42c9070989d6bf27 # Parent e7b11902143a0b0f7c46be7dd6aca6527f50b796 (syms_of_buffer) : Doc fix. diff -r e7b11902143a -r 4c14a5806a68 src/buffer.c --- a/src/buffer.c Mon May 20 14:50:25 2002 +0000 +++ b/src/buffer.c Mon May 20 14:51:17 2002 +0000 @@ -5660,14 +5660,17 @@ Vinhibit_read_only = Qnil; DEFVAR_PER_BUFFER ("cursor-type", ¤t_buffer->cursor_type, Qnil, - doc: /* Cursor to use in window displaying this buffer. + doc: /* Cursor to use when this buffer is in the selected window. Values are interpreted as follows: - t use the cursor specified for the frame - nil don't display a cursor - `bar' display a bar cursor with default width - (bar . WIDTH) display a bar cursor with width WIDTH - others display a box cursor. */); + t use the cursor specified for the frame + nil don't display a cursor + bar display a bar cursor with default width + (bar . WIDTH) display a bar cursor with width WIDTH + ANYTHING ELSE display a box cursor. + +When the buffer is displayed in a nonselected window, +this variable has no effect; the cursor appears as a hollow box. */); DEFVAR_PER_BUFFER ("line-spacing", ¤t_buffer->extra_line_spacing, Qnil,