From: Richard M. Stallman Date: Wed, 28 May 1997 04:58:36 +0000 (+0000) Subject: (syms_of_buffer): Doc fix. X-Git-Tag: emacs-20.1~1937 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6a99d31d41095c5623d7485a99167a956f73a5e3;p=emacs.git (syms_of_buffer): Doc fix. --- diff --git a/src/buffer.c b/src/buffer.c index 1b5a66b0986..3c914c23255 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -3889,7 +3889,7 @@ Automatically becomes buffer-local when set in any fashion."); DEFVAR_PER_BUFFER ("ctl-arrow", ¤t_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).");