(lisp-mode-syntax-table): Give it a doc-string.

This commit is contained in:
Glenn Morris 2009-09-17 06:28:32 +00:00
parent e4a09a11d6
commit a8106aecf0
2 changed files with 4 additions and 2 deletions

View file

@ -87,7 +87,8 @@
(modify-syntax-entry ?\] "_ " table)
(modify-syntax-entry ?# "' 14b" table)
(modify-syntax-entry ?| "\" 23bn" table)
table))
table)
"Syntax table used in `lisp-mode'.")
(defvar lisp-imenu-generic-expression
(list