emacs-diffs
[Top][All Lists]
Advanced

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

emacs-27 8804ac8: * src/buffer.c (syms_of_buffer) <ctl-arrow>: Doc fix.


From: Eli Zaretskii
Subject: emacs-27 8804ac8: * src/buffer.c (syms_of_buffer) <ctl-arrow>: Doc fix. (Bug#48539)
Date: Fri, 21 May 2021 02:38:17 -0400 (EDT)

branch: emacs-27
commit 8804ac857b3290852d8889e274186b20e906afdc
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    * src/buffer.c (syms_of_buffer) <ctl-arrow>: Doc fix.  (Bug#48539)
---
 src/buffer.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/buffer.c b/src/buffer.c
index 60a4573..0772688 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -5647,10 +5647,10 @@ inserts one or more TAB characters, this variable will 
affect the
 indentation step as well, even if `indent-tabs-mode' is non-nil.  */);
 
   DEFVAR_PER_BUFFER ("ctl-arrow", &BVAR (current_buffer, ctl_arrow), Qnil,
-                    doc: /* Non-nil means display control chars with uparrow.
-A value of nil means use backslash and octal digits.
-This variable does not apply to characters whose display is specified
-in the current display table (if there is one).  */);
+                    doc: /* Non-nil means display control chars with uparrow 
`^'.
+A value of nil means use backslash `\\' and octal digits.
+This variable does not apply to characters whose display is specified in
+the current display table (if there is one; see `standard-display-table').  
*/);
 
   DEFVAR_PER_BUFFER ("enable-multibyte-characters",
                     &BVAR (current_buffer, enable_multibyte_characters),



reply via email to

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