changeset 18009:7c256846be75

(syms_of_buffer): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Wed, 28 May 1997 04:58:36 +0000
parents d25d2472df51
children 7a38a8767242
files src/buffer.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/buffer.c	Wed May 28 04:54:48 1997 +0000
+++ b/src/buffer.c	Wed May 28 04:58:36 1997 +0000
@@ -3889,7 +3889,7 @@
 
   DEFVAR_PER_BUFFER ("ctl-arrow", &current_buffer->ctl_arrow, Qnil,
     "*Non-nil means display control chars with uparrow.\n\
-Nil means use backslash and octal digits.\n\
+A value of nil means use backslash and octal digits.\n\
 Automatically becomes buffer-local when set in any fashion.\n\
 This variable does not apply to characters whose display is specified\n\
 in the current display table (if there is one).");