]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/buffer.c (syms_of_buffer): Typo fix. (Bug#21622)
authorXue Fuqiao <xfq.free@gmail.com>
Mon, 5 Oct 2015 22:48:39 +0000 (06:48 +0800)
committerXue Fuqiao <xfq.free@gmail.com>
Mon, 5 Oct 2015 22:48:39 +0000 (06:48 +0800)
src/buffer.c

index 530fe114cc8b2e75f6d44c6a394d7f635fcaefd1..38ee74d23412fb4019c1823856c97b93a7d03a40 100644 (file)
@@ -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.