emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master d62f033: * src/buffer.c (syms_of_buffer): Typo fix.


From: Xue Fuqiao
Subject: [Emacs-diffs] master d62f033: * src/buffer.c (syms_of_buffer): Typo fix. (Bug#21622)
Date: Mon, 05 Oct 2015 22:49:24 +0000

branch: master
commit d62f03393ba7cc971017b65b9c9fc899c4fe90f4
Author: Xue Fuqiao <address@hidden>
Commit: Xue Fuqiao <address@hidden>

    * src/buffer.c (syms_of_buffer): Typo fix.  (Bug#21622)
---
 src/buffer.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/buffer.c b/src/buffer.c
index 530fe11..38ee74d 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]