* src/buffer.c (syms_of_buffer): Typo fix. (Bug#21622)
This commit is contained in:
parent
7e83f50226
commit
d62f03393b
1 changed files with 1 additions and 1 deletions
|
@ -6238,7 +6238,7 @@ If nil, only shows a cursor in the selected window.
|
|||
If t, displays a cursor related to the usual cursor type
|
||||
(a solid box becomes hollow, a bar becomes a narrower bar).
|
||||
You can also specify the cursor type as in the `cursor-type' variable.
|
||||
Use Custom to set this variable and update the display." */);
|
||||
Use Custom to set this variable and update the display. */);
|
||||
|
||||
DEFVAR_LISP ("kill-buffer-query-functions", Vkill_buffer_query_functions,
|
||||
doc: /* List of functions called with no args to query before killing a buffer.
|
||||
|
|
Loading…
Add table
Reference in a new issue