diff options
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c index 530fe114cc8..38ee74d2341 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -6238,7 +6238,7 @@ If nil, only shows a cursor in the selected window. | |||
| 6238 | If t, displays a cursor related to the usual cursor type | 6238 | If t, displays a cursor related to the usual cursor type |
| 6239 | (a solid box becomes hollow, a bar becomes a narrower bar). | 6239 | (a solid box becomes hollow, a bar becomes a narrower bar). |
| 6240 | You can also specify the cursor type as in the `cursor-type' variable. | 6240 | You can also specify the cursor type as in the `cursor-type' variable. |
| 6241 | Use Custom to set this variable and update the display." */); | 6241 | Use Custom to set this variable and update the display. */); |
| 6242 | 6242 | ||
| 6243 | DEFVAR_LISP ("kill-buffer-query-functions", Vkill_buffer_query_functions, | 6243 | DEFVAR_LISP ("kill-buffer-query-functions", Vkill_buffer_query_functions, |
| 6244 | doc: /* List of functions called with no args to query before killing a buffer. | 6244 | doc: /* List of functions called with no args to query before killing a buffer. |