diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2010-02-21 16:05:13 -0500 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2010-02-21 16:05:13 -0500 |
commit | b660eb70f1e73146a769f81530ea262e90179d7b (patch) | |
tree | aa84ace72f821a4bd3e0e642c3b1757c19a543de /lisp/htmlfontify.el | |
parent | 676cae9f089edca7b8f7e28b1348c95d51fd65c4 (diff) | |
download | emacs-b660eb70f1e73146a769f81530ea262e90179d7b.tar.gz |
Minor doc fixes.
* htmlfontify.el (htmlfontify): Doc fix.
* eshell/eshell.el (eshell): Doc fix.
Diffstat (limited to 'lisp/htmlfontify.el')
-rw-r--r-- | lisp/htmlfontify.el | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lisp/htmlfontify.el b/lisp/htmlfontify.el index ebd53c1c09d..dbf5cea7fc8 100644 --- a/lisp/htmlfontify.el +++ b/lisp/htmlfontify.el @@ -176,10 +176,9 @@ main-content <=MAIN_CONTENT;\\n\" rtfm-section file style rtfm-section file)) (htmlfontify-copy-and-link-dir srcdir destdir \".src\" \".html\")))") (defgroup htmlfontify nil - "Copy and convert buffers and files to HTML, adding hyperlinks between -files (driven by etags) if requested.\n -See also `htmlfontify-manual'." + "Convert buffers and files to HTML." :group 'applications + :link '(variable-link htmlfontify-manual) :prefix "hfy-") (defcustom hfy-page-header 'hfy-default-header |