diff lisp/eshell/eshell.el @ 107207:f9121af0ebc9

Minor doc fixes. * htmlfontify.el (htmlfontify): Doc fix. * eshell/eshell.el (eshell): Doc fix.
author Chong Yidong <cyd@stupidchicken.com>
date Sun, 21 Feb 2010 16:05:13 -0500
parents 1d1d5d9bd884
children d835100c3e8b 376148b31b5e
line wrap: on
line diff
--- 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"