# HG changeset patch # User Richard M. Stallman # Date 864795516 0 # Node ID 7c256846be7575699e60de5705942ca4867e7fde # Parent d25d2472df5114ee94c41032f9445ee76143cc73 (syms_of_buffer): Doc fix. diff -r d25d2472df51 -r 7c256846be75 src/buffer.c --- 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).");