]> git.eshelyaron.com Git - emacs.git/commitdiff
(sgml-specials, sgml-quick-keys): Doc fixes.
authorPavel Janík <Pavel@Janik.cz>
Thu, 28 Feb 2002 16:14:50 +0000 (16:14 +0000)
committerPavel Janík <Pavel@Janik.cz>
Thu, 28 Feb 2002 16:14:50 +0000 (16:14 +0000)
lisp/ChangeLog
lisp/textmodes/sgml-mode.el

index 8d4c05efcc0076d665ec39c56173636bdc5f8604..14f1ef878a7f3dba05cef55f73a891111e47e237 100644 (file)
@@ -1,3 +1,8 @@
+2002-02-28  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+
+       * textmodes/sgml-mode.el (sgml-specials, sgml-quick-keys):
+       Doc fixes.
+
 2002-02-28  Andre Spiegel  <spiegel@gnu.org>
 
        * vc.el (vc-revert-buffer): If the buffer is not saved, prompt
index 6472cc79960e602299e8f019140841719ea7f72c..c99bf06a908f6b6637486272408ab912f7b66a0f 100644 (file)
@@ -59,7 +59,7 @@
 ;; kludgy kind of tradeoff.
 (defvar sgml-specials '(?\")
   "List of characters that have a special meaning for SGML mode.
-This list is used when first loading the sgml-mode library.
+This list is used when first loading the `sgml-mode' library.
 The supported characters and potential disadvantages are:
 
   ?\\\"        Makes \" in text start a string.
@@ -75,7 +75,7 @@ with comments, so we normally turn it off.")
 
 (defvar sgml-quick-keys nil
   "Use <, >, &, SPC and `sgml-specials' keys \"electrically\" when non-nil.
-This takes effect when first loading the sgml-mode library.")
+This takes effect when first loading the `sgml-mode' library.")
 
 
 (defvar sgml-mode-map