From: Pavel Janík Date: Thu, 28 Feb 2002 16:14:50 +0000 (+0000) Subject: (sgml-specials, sgml-quick-keys): Doc fixes. X-Git-Tag: ttn-vms-21-2-B4~16433 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=140d71ba786e78314d67233916743f05ab712449;p=emacs.git (sgml-specials, sgml-quick-keys): Doc fixes. --- 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