aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c2
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.
6238If t, displays a cursor related to the usual cursor type 6238If 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).
6240You can also specify the cursor type as in the `cursor-type' variable. 6240You can also specify the cursor type as in the `cursor-type' variable.
6241Use Custom to set this variable and update the display." */); 6241Use 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.