aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1996-01-26 19:39:42 +0000
committerRichard M. Stallman1996-01-26 19:39:42 +0000
commitb1e7bb4867dadce68f2b353de610277ed53ddfe6 (patch)
tree662c1cd7589bb9904946b89ed0477a8e493ec680
parent48078f8f69606470e514f013627cf60efc73e276 (diff)
downloademacs-b1e7bb4867dadce68f2b353de610277ed53ddfe6.tar.gz
emacs-b1e7bb4867dadce68f2b353de610277ed53ddfe6.zip
Whitespace fix.
-rw-r--r--lisp/textmodes/sgml-mode.el2
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.
758This defaults to `sgml-quick-keys'. 758This defaults to `sgml-quick-keys'.
759This takes effect when first loading the library.") 759This takes effect when first loading the library.")
760 760