Mercurial > emacs
changeset 89072:603b787e6146
(syms_of_syntax) <multibyte-syntax-as-symbol>: Doc fix.
author | Dave Love <fx@gnu.org> |
---|---|
date | Thu, 05 Sep 2002 17:03:03 +0000 |
parents | c49c3ca273ba |
children | 243bb1faeeb9 |
files | src/syntax.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/syntax.c Thu Sep 05 17:01:55 2002 +0000 +++ b/src/syntax.c Thu Sep 05 17:03:03 2002 +0000 @@ -3173,7 +3173,7 @@ 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",