# HG changeset patch # User Chong Yidong # Date 1266786313 18000 # Node ID f9121af0ebc9e196657e10bef1431d574734ba30 # Parent 6d88094b5e63c89d601ee25e210da6a91cb1fbc2 Minor doc fixes. * htmlfontify.el (htmlfontify): Doc fix. * eshell/eshell.el (eshell): Doc fix. diff -r 6d88094b5e63 -r f9121af0ebc9 lisp/ChangeLog --- a/lisp/ChangeLog Sun Feb 21 08:44:07 2010 -0500 +++ b/lisp/ChangeLog Sun Feb 21 16:05:13 2010 -0500 @@ -1,5 +1,9 @@ 2010-02-21 Chong Yidong + * htmlfontify.el (htmlfontify): Doc fix. + + * eshell/eshell.el (eshell): Doc fix. + * startup.el (fancy-about-screen): In mode-line, apply mode-line-buffer-id face only to the buffer name (Bug#5613). diff -r 6d88094b5e63 -r f9121af0ebc9 lisp/eshell/eshell.el --- a/lisp/eshell/eshell.el Sun Feb 21 08:44:07 2010 -0500 +++ b/lisp/eshell/eshell.el Sun Feb 21 16:05:13 2010 -0500 @@ -229,11 +229,10 @@ (require 'esh-mode) (defgroup eshell nil - "Eshell is a command shell implemented entirely in Emacs Lisp. It -invokes no external processes beyond those requested by the user. It -is intended to be a functional replacement for command shells such as -bash, zsh, rc, 4dos; since Emacs itself is capable of handling most of -the tasks accomplished by such tools." + "A command shell implemented entirely in Emacs Lisp. +It invokes no external processes beyond those requested by the +user, and is intended to be a functional replacement for command +shells such as bash, zsh, rc, 4dos." :tag "The Emacs shell" :link '(info-link "(eshell)Top") :version "21.1" diff -r 6d88094b5e63 -r f9121af0ebc9 lisp/htmlfontify.el --- a/lisp/htmlfontify.el Sun Feb 21 08:44:07 2010 -0500 +++ b/lisp/htmlfontify.el Sun Feb 21 16:05:13 2010 -0500 @@ -176,10 +176,9 @@ (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