diff options
Diffstat (limited to 'lisp/eshell/eshell.el')
| -rw-r--r-- | lisp/eshell/eshell.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/eshell/eshell.el b/lisp/eshell/eshell.el index 224451eacba..f8c9788b24d 100644 --- a/lisp/eshell/eshell.el +++ b/lisp/eshell/eshell.el | |||
| @@ -228,11 +228,10 @@ | |||
| 228 | (require 'esh-mode) | 228 | (require 'esh-mode) |
| 229 | 229 | ||
| 230 | (defgroup eshell nil | 230 | (defgroup eshell nil |
| 231 | "A command shell implemented entirely in Emacs Lisp. | 231 | "Command shell implemented entirely in Emacs Lisp. |
| 232 | It invokes no external processes beyond those requested by the | 232 | It invokes no external processes beyond those requested by the |
| 233 | user, and is intended to be a functional replacement for command | 233 | user, and is intended to be a functional replacement for command |
| 234 | shells such as bash, zsh, rc, 4dos." | 234 | shells such as bash, zsh, rc, 4dos." |
| 235 | :tag "The Emacs shell" | ||
| 236 | :link '(info-link "(eshell)Top") | 235 | :link '(info-link "(eshell)Top") |
| 237 | :version "21.1" | 236 | :version "21.1" |
| 238 | :group 'applications) | 237 | :group 'applications) |