comparison src/buffer.c @ 99626:df0a1afd03b2

(syms_of_buffer): Fix doc-string of cursor-type.
author Martin Rudalics <rudalics@gmx.at>
date Sun, 16 Nov 2008 18:54:20 +0000
parents ccaba4c89996
children 270d85d8daeb
comparison
equal deleted inserted replaced
99625:f764e650790a 99626:df0a1afd03b2
6211 (bar . WIDTH) display a vertical bar cursor with width WIDTH 6211 (bar . WIDTH) display a vertical bar cursor with width WIDTH
6212 hbar display a horizontal bar cursor with default height 6212 hbar display a horizontal bar cursor with default height
6213 (hbar . HEIGHT) display a horizontal bar cursor with height HEIGHT 6213 (hbar . HEIGHT) display a horizontal bar cursor with height HEIGHT
6214 ANYTHING ELSE display a hollow box cursor 6214 ANYTHING ELSE display a hollow box cursor
6215 6215
6216 When the buffer is displayed in a nonselected window, 6216 When the buffer is displayed in a non-selected window, the
6217 this variable has no effect; the cursor appears as a hollow box. */); 6217 cursor's appearance is instead controlled by the variable
6218 `cursor-in-non-selected-windows'. */);
6218 6219
6219 DEFVAR_PER_BUFFER ("line-spacing", 6220 DEFVAR_PER_BUFFER ("line-spacing",
6220 &current_buffer->extra_line_spacing, Qnil, 6221 &current_buffer->extra_line_spacing, Qnil,
6221 doc: /* Additional space to put between lines when displaying a buffer. 6222 doc: /* Additional space to put between lines when displaying a buffer.
6222 The space is measured in pixels, and put below lines on window systems. 6223 The space is measured in pixels, and put below lines on window systems.