]> git.eshelyaron.com Git - emacs.git/commitdiff
Minor doc fixes.
authorChong Yidong <cyd@stupidchicken.com>
Sun, 21 Feb 2010 21:05:13 +0000 (16:05 -0500)
committerChong Yidong <cyd@stupidchicken.com>
Sun, 21 Feb 2010 21:05:13 +0000 (16:05 -0500)
* htmlfontify.el (htmlfontify): Doc fix.
* eshell/eshell.el (eshell): Doc fix.

lisp/ChangeLog
lisp/eshell/eshell.el
lisp/htmlfontify.el

index 0e863bd8ce7145d8fba32de5b858c0c664a28005..40683a9c76980f7864576d7995dfb8e4dd1c737a 100644 (file)
@@ -1,5 +1,9 @@
 2010-02-21  Chong Yidong  <cyd@stupidchicken.com>
 
+       * 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).
 
index 9a4874614ce3fb12aac4243e2978726ab69f7d55..74f65d2fe55aef849049441baf70d1ed82a4376b 100644 (file)
 (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"
index ebd53c1c09d67ca852ac968dd7971b5efbd9973b..dbf5cea7fc8cb5c9da7ac391a4e94e2034d6a650 100644 (file)
@@ -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