From 140d71ba786e78314d67233916743f05ab712449 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pavel=20Jan=C3=ADk?= Date: Thu, 28 Feb 2002 16:14:50 +0000 Subject: [PATCH] (sgml-specials, sgml-quick-keys): Doc fixes. --- lisp/ChangeLog | 5 +++++ lisp/textmodes/sgml-mode.el | 4 ++-- 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 @@ +2002-02-28 Pavel Jan,Bm(Bk + + * textmodes/sgml-mode.el (sgml-specials, sgml-quick-keys): + Doc fixes. + 2002-02-28 Andre Spiegel * 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 @@ ;; 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 -- 2.39.5