Mercurial > emacs
diff src/buffer.c @ 18009:7c256846be75
(syms_of_buffer): Doc fix.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Wed, 28 May 1997 04:58:36 +0000 |
| parents | f379e219ed8e |
| children | bc690c1e1950 |
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", ¤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).");
