(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 8d4c05e..14f1ef8 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 6472cc7..c99bf06 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