From d62f03393ba7cc971017b65b9c9fc899c4fe90f4 Mon Sep 17 00:00:00 2001 From: Xue Fuqiao Date: Tue, 6 Oct 2015 06:48:39 +0800 Subject: [PATCH] * src/buffer.c (syms_of_buffer): Typo fix. (Bug#21622) --- src/buffer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. 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. -- 2.11.4.GIT