]> git.eshelyaron.com Git - emacs.git/commitdiff
(lisp-mode-syntax-table): Give it a doc-string.
authorGlenn Morris <rgm@gnu.org>
Thu, 17 Sep 2009 06:28:32 +0000 (06:28 +0000)
committerGlenn Morris <rgm@gnu.org>
Thu, 17 Sep 2009 06:28:32 +0000 (06:28 +0000)
lisp/ChangeLog
lisp/emacs-lisp/lisp-mode.el

index 547774587f81c9c64831d52dadb5e6be686b930c..9f958013f74426b904c2e7d2623f97554ea7f4f0 100644 (file)
@@ -4,7 +4,8 @@
 
        * simple.el (hard-newline): Give it a doc-string.
 
-       * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table): Give it a doc.
+       * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
+       (lisp-mode-syntax-table): Give them doc-strings.
 
 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
 
index 030232e7b9b09d0846369a5ec9f5072a487b6c83..10a2b3aa41e250edac27d8d0c9f49a77e4106729 100644 (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