]> code.delx.au - gnu-emacs/blobdiff - src/syntax.c
Merge from trunk.
[gnu-emacs] / src / syntax.c
index 70e66ba18716a631f1d14d5360924b267f20a645..71da13e7a6693ba94a6b4496b889705ad8d5f80b 100644 (file)
@@ -3498,7 +3498,7 @@ See the info node `(elisp)Syntax Properties' for a description of the
 
   DEFVAR_BOOL ("open-paren-in-column-0-is-defun-start",
               open_paren_in_column_0_is_defun_start,
-              doc: /* *Non-nil means an open paren in column 0 denotes the start of a defun.  */);
+              doc: /* Non-nil means an open paren in column 0 denotes the start of a defun.  */);
   open_paren_in_column_0_is_defun_start = 1;