# HG changeset patch # User Richard M. Stallman # Date 822685182 0 # Node ID 2e6bd1a2712a9094b0d017a4cd114d587a4c812c # Parent eb8910a353fc8a26b014df880c47fd82d5aa4a7e Whitespace fix. diff -r eb8910a353fc -r 2e6bd1a2712a lisp/textmodes/sgml-mode.el --- a/lisp/textmodes/sgml-mode.el Fri Jan 26 19:36:34 1996 +0000 +++ b/lisp/textmodes/sgml-mode.el Fri Jan 26 19:39:42 1996 +0000 @@ -754,7 +754,7 @@ (provide 'sgml-mode) (defvar html-quick-keys sgml-quick-keys - "Use C-c X combinations for quick insertion of frequent tags when non-nil. + "Use C-c X combinations for quick insertion of frequent tags when non-nil. This defaults to `sgml-quick-keys'. This takes effect when first loading the library.")