From 6a99d31d41095c5623d7485a99167a956f73a5e3 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 28 May 1997 04:58:36 +0000 Subject: [PATCH] (syms_of_buffer): Doc fix. --- src/buffer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)."); -- 2.39.2