aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes
diff options
context:
space:
mode:
authorPavel Janík <[email protected]>2002-02-28 16:14:50 +0000
committerPavel Janík <[email protected]>2002-02-28 16:14:50 +0000
commit140d71ba786e78314d67233916743f05ab712449 (patch)
tree880717e06c9691476318bda029798d2f78b6134d /lisp/textmodes
parentc1cd70afea807b5a392fb23af1e54baee4af177a (diff)
(sgml-specials, sgml-quick-keys): Doc fixes.
Diffstat (limited to 'lisp/textmodes')
-rw-r--r--lisp/textmodes/sgml-mode.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/textmodes/sgml-mode.el b/lisp/textmodes/sgml-mode.el
index 6472cc7996..c99bf06a90 100644
--- a/lisp/textmodes/sgml-mode.el
+++ b/lisp/textmodes/sgml-mode.el
@@ -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