From aa44444c80407630dff3f328386177ca88cd784c Mon Sep 17 00:00:00 2001 From: Dave Love Date: Thu, 5 Sep 2002 17:03:03 +0000 Subject: [PATCH] (syms_of_syntax) : Doc fix. --- src/syntax.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/syntax.c b/src/syntax.c index 1795e588583..f4b5270ee9f 100644 --- a/src/syntax.c +++ b/src/syntax.c @@ -3173,7 +3173,7 @@ See the info node `(elisp)Syntax Properties' for a description of the doc: /* Non-nil means `forward-word', etc., should treat escape chars part of words. */); DEFVAR_BOOL ("multibyte-syntax-as-symbol", &multibyte_syntax_as_symbol, - doc: /* Non-nil means `scan-sexps' treats all multibyte characters as symbol. */); + doc: /* Non-nil means `scan-sexps' treats all multibyte characters as symbol constituents. */); multibyte_syntax_as_symbol = 0; DEFVAR_BOOL ("open-paren-in-column-0-is-defun-start", -- 2.39.5