changeset 105056:ce6271fc65ad

(lisp-mode-syntax-table): Give it a doc-string.
author Glenn Morris <rgm@gnu.org>
date Thu, 17 Sep 2009 06:28:32 +0000
parents ffba73e9bedc
children 12bb7892ba1d
files lisp/ChangeLog lisp/emacs-lisp/lisp-mode.el
diffstat 2 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Thu Sep 17 06:26:59 2009 +0000
+++ b/lisp/ChangeLog	Thu Sep 17 06:28:32 2009 +0000
@@ -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>
 
--- a/lisp/emacs-lisp/lisp-mode.el	Thu Sep 17 06:26:59 2009 +0000
+++ b/lisp/emacs-lisp/lisp-mode.el	Thu Sep 17 06:28:32 2009 +0000
@@ -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