summaryrefslogtreecommitdiff
path: root/lisp/eshell
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2010-02-21 16:05:13 -0500
committerChong Yidong <cyd@stupidchicken.com>2010-02-21 16:05:13 -0500
commitb660eb70f1e73146a769f81530ea262e90179d7b (patch)
treeaa84ace72f821a4bd3e0e642c3b1757c19a543de /lisp/eshell
parent676cae9f089edca7b8f7e28b1348c95d51fd65c4 (diff)
downloademacs-b660eb70f1e73146a769f81530ea262e90179d7b.tar.gz
Minor doc fixes.
* htmlfontify.el (htmlfontify): Doc fix. * eshell/eshell.el (eshell): Doc fix.
Diffstat (limited to 'lisp/eshell')
-rw-r--r--lisp/eshell/eshell.el9
1 files changed, 4 insertions, 5 deletions
diff --git a/lisp/eshell/eshell.el b/lisp/eshell/eshell.el
index 9a4874614ce..74f65d2fe55 100644
--- a/lisp/eshell/eshell.el
+++ b/lisp/eshell/eshell.el
@@ -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"