aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Janík2002-02-28 16:14:50 +0000
committerPavel Janík2002-02-28 16:14:50 +0000
commit140d71ba786e78314d67233916743f05ab712449 (patch)
tree880717e06c9691476318bda029798d2f78b6134d
parentc1cd70afea807b5a392fb23af1e54baee4af177a (diff)
downloademacs-140d71ba786e78314d67233916743f05ab712449.tar.gz
emacs-140d71ba786e78314d67233916743f05ab712449.zip
(sgml-specials, sgml-quick-keys): Doc fixes.
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/textmodes/sgml-mode.el4
2 files changed, 7 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 8d4c05efcc0..14f1ef878a7 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12002-02-28 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
2
3 * textmodes/sgml-mode.el (sgml-specials, sgml-quick-keys):
4 Doc fixes.
5
12002-02-28 Andre Spiegel <spiegel@gnu.org> 62002-02-28 Andre Spiegel <spiegel@gnu.org>
2 7
3 * vc.el (vc-revert-buffer): If the buffer is not saved, prompt 8 * vc.el (vc-revert-buffer): If the buffer is not saved, prompt
diff --git a/lisp/textmodes/sgml-mode.el b/lisp/textmodes/sgml-mode.el
index 6472cc79960..c99bf06a908 100644
--- a/lisp/textmodes/sgml-mode.el
+++ b/lisp/textmodes/sgml-mode.el
@@ -59,7 +59,7 @@
59;; kludgy kind of tradeoff. 59;; kludgy kind of tradeoff.
60(defvar sgml-specials '(?\") 60(defvar sgml-specials '(?\")
61 "List of characters that have a special meaning for SGML mode. 61 "List of characters that have a special meaning for SGML mode.
62This list is used when first loading the sgml-mode library. 62This list is used when first loading the `sgml-mode' library.
63The supported characters and potential disadvantages are: 63The supported characters and potential disadvantages are:
64 64
65 ?\\\" Makes \" in text start a string. 65 ?\\\" Makes \" in text start a string.
@@ -75,7 +75,7 @@ with comments, so we normally turn it off.")
75 75
76(defvar sgml-quick-keys nil 76(defvar sgml-quick-keys nil
77 "Use <, >, &, SPC and `sgml-specials' keys \"electrically\" when non-nil. 77 "Use <, >, &, SPC and `sgml-specials' keys \"electrically\" when non-nil.
78This takes effect when first loading the sgml-mode library.") 78This takes effect when first loading the `sgml-mode' library.")
79 79
80 80
81(defvar sgml-mode-map 81(defvar sgml-mode-map