diff options
| -rw-r--r-- | lisp/textmodes/sgml-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/sgml-mode.el b/lisp/textmodes/sgml-mode.el index b71e0a2f129..e4daa3f65dc 100644 --- a/lisp/textmodes/sgml-mode.el +++ b/lisp/textmodes/sgml-mode.el | |||
| @@ -754,7 +754,7 @@ Else `t'." | |||
| 754 | (provide 'sgml-mode) | 754 | (provide 'sgml-mode) |
| 755 | 755 | ||
| 756 | (defvar html-quick-keys sgml-quick-keys | 756 | (defvar html-quick-keys sgml-quick-keys |
| 757 | "Use C-c X combinations for quick insertion of frequent tags when non-nil. | 757 | "Use C-c X combinations for quick insertion of frequent tags when non-nil. |
| 758 | This defaults to `sgml-quick-keys'. | 758 | This defaults to `sgml-quick-keys'. |
| 759 | This takes effect when first loading the library.") | 759 | This takes effect when first loading the library.") |
| 760 | 760 | ||