diff options
| author | Dave Love | 2002-09-05 17:03:03 +0000 |
|---|---|---|
| committer | Dave Love | 2002-09-05 17:03:03 +0000 |
| commit | aa44444c80407630dff3f328386177ca88cd784c (patch) | |
| tree | 8bd05e75d71786df3fd4a234bf5e2429ef566759 | |
| parent | 7f585e7ab8d066b3cb25e28d2188628d70ae1973 (diff) | |
| download | emacs-aa44444c80407630dff3f328386177ca88cd784c.tar.gz emacs-aa44444c80407630dff3f328386177ca88cd784c.zip | |
(syms_of_syntax) <multibyte-syntax-as-symbol>: Doc fix.
| -rw-r--r-- | src/syntax.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
| 3173 | doc: /* Non-nil means `forward-word', etc., should treat escape chars part of words. */); | 3173 | doc: /* Non-nil means `forward-word', etc., should treat escape chars part of words. */); |
| 3174 | 3174 | ||
| 3175 | DEFVAR_BOOL ("multibyte-syntax-as-symbol", &multibyte_syntax_as_symbol, | 3175 | DEFVAR_BOOL ("multibyte-syntax-as-symbol", &multibyte_syntax_as_symbol, |
| 3176 | doc: /* Non-nil means `scan-sexps' treats all multibyte characters as symbol. */); | 3176 | doc: /* Non-nil means `scan-sexps' treats all multibyte characters as symbol constituents. */); |
| 3177 | multibyte_syntax_as_symbol = 0; | 3177 | multibyte_syntax_as_symbol = 0; |
| 3178 | 3178 | ||
| 3179 | DEFVAR_BOOL ("open-paren-in-column-0-is-defun-start", | 3179 | DEFVAR_BOOL ("open-paren-in-column-0-is-defun-start", |