diff options
| author | Richard M. Stallman | 1996-01-26 19:39:42 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-01-26 19:39:42 +0000 |
| commit | b1e7bb4867dadce68f2b353de610277ed53ddfe6 (patch) | |
| tree | 662c1cd7589bb9904946b89ed0477a8e493ec680 /lisp | |
| parent | 48078f8f69606470e514f013627cf60efc73e276 (diff) | |
| download | emacs-b1e7bb4867dadce68f2b353de610277ed53ddfe6.tar.gz emacs-b1e7bb4867dadce68f2b353de610277ed53ddfe6.zip | |
Whitespace fix.
Diffstat (limited to 'lisp')
| -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 | ||