(syms_of_buffer): Fix doc-string of cursor-type.
This commit is contained in:
parent
bffe8aa08a
commit
e08b170568
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
2008-11-16 Ben North <ben@redfrontdoor.org> (tiny change)
|
||||
|
||||
* buffer.c (syms_of_buffer): Fix doc-string of cursor-type.
|
||||
|
||||
2008-11-15 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* msdos.c (run_msdos_command): Don't call dos_ttcooked, dos_ttraw,
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue