emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r99544: Minor doc fixes.


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r99544: Minor doc fixes.
Date: Sun, 21 Feb 2010 16:05:13 -0500
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 99544
committer: Chong Yidong <address@hidden>
branch nick: trunk
timestamp: Sun 2010-02-21 16:05:13 -0500
message:
  Minor doc fixes.
  
  * htmlfontify.el (htmlfontify): Doc fix.
  * eshell/eshell.el (eshell): Doc fix.
modified:
  lisp/ChangeLog
  lisp/eshell/eshell.el
  lisp/htmlfontify.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2010-02-21 13:11:07 +0000
+++ b/lisp/ChangeLog    2010-02-21 21:05:13 +0000
@@ -1,5 +1,9 @@
 2010-02-21  Chong Yidong  <address@hidden>
 
+       * 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).
 

=== modified file 'lisp/eshell/eshell.el'
--- a/lisp/eshell/eshell.el     2010-01-13 08:35:10 +0000
+++ b/lisp/eshell/eshell.el     2010-02-21 21:05:13 +0000
@@ -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"

=== modified file 'lisp/htmlfontify.el'
--- a/lisp/htmlfontify.el       2010-01-13 08:35:10 +0000
+++ b/lisp/htmlfontify.el       2010-02-21 21:05:13 +0000
@@ -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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]