]> git.eshelyaron.com Git - emacs.git/commitdiff
(syms_of_syntax) <multibyte-syntax-as-symbol>: Doc fix.
authorDave Love <fx@gnu.org>
Thu, 5 Sep 2002 17:03:03 +0000 (17:03 +0000)
committerDave Love <fx@gnu.org>
Thu, 5 Sep 2002 17:03:03 +0000 (17:03 +0000)
src/syntax.c

index 1795e588583dab439ec01d3a4fde3c109092778c..f4b5270ee9f6d2486263f80146b589942cb55797 100644 (file)
@@ -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",