# HG changeset patch
# User Pavel Janík <Pavel@Janik.cz>
# Date 1014912855 0
# Node ID 57e4f81f3346d31a844a3b7af380aef8d608d5b1
# Parent  a0ddd1d14675da7f026706bc09064506b5deddc0
(sgml-specials, sgml-quick-keys): Doc fixes.

diff -r a0ddd1d14675 -r 57e4f81f3346 lisp/textmodes/sgml-mode.el
--- a/lisp/textmodes/sgml-mode.el	Thu Feb 28 13:11:11 2002 +0000
+++ b/lisp/textmodes/sgml-mode.el	Thu Feb 28 16:14:15 2002 +0000
@@ -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 @@
 
 (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