Mercurial > emacs
changeset 43589:57e4f81f3346
(sgml-specials, sgml-quick-keys): Doc fixes.
author | Pavel Janík <Pavel@Janik.cz> |
---|---|
date | Thu, 28 Feb 2002 16:14:15 +0000 |
parents | a0ddd1d14675 |
children | 043b00ff0285 |
files | lisp/textmodes/sgml-mode.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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