mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(sgml-specials, sgml-quick-keys): Doc fixes.
This commit is contained in:
parent
c1cd70afea
commit
140d71ba78
2 changed files with 7 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue