aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
authorXue Fuqiao2015-10-06 06:48:39 +0800
committerXue Fuqiao2015-10-06 06:48:39 +0800
commitd62f03393ba7cc971017b65b9c9fc899c4fe90f4 (patch)
tree906c0e1a7ccdf85287053094ca8c644adf64f7a7 /src/buffer.c
parent7e83f5022613f72679e071b95e9aa3033ddb0609 (diff)
downloademacs-d62f03393ba7cc971017b65b9c9fc899c4fe90f4.tar.gz
emacs-d62f03393ba7cc971017b65b9c9fc899c4fe90f4.zip
* src/buffer.c (syms_of_buffer): Typo fix. (Bug#21622)
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.