Mercurial > emacs
comparison 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 |
comparison
equal
deleted
inserted
replaced
107206:6d88094b5e63 | 107207:f9121af0ebc9 |
---|---|
227 (require 'esh-util)) | 227 (require 'esh-util)) |
228 (require 'esh-util) | 228 (require 'esh-util) |
229 (require 'esh-mode) | 229 (require 'esh-mode) |
230 | 230 |
231 (defgroup eshell nil | 231 (defgroup eshell nil |
232 "Eshell is a command shell implemented entirely in Emacs Lisp. It | 232 "A command shell implemented entirely in Emacs Lisp. |
233 invokes no external processes beyond those requested by the user. It | 233 It invokes no external processes beyond those requested by the |
234 is intended to be a functional replacement for command shells such as | 234 user, and is intended to be a functional replacement for command |
235 bash, zsh, rc, 4dos; since Emacs itself is capable of handling most of | 235 shells such as bash, zsh, rc, 4dos." |
236 the tasks accomplished by such tools." | |
237 :tag "The Emacs shell" | 236 :tag "The Emacs shell" |
238 :link '(info-link "(eshell)Top") | 237 :link '(info-link "(eshell)Top") |
239 :version "21.1" | 238 :version "21.1" |
240 :group 'applications) | 239 :group 'applications) |
241 | 240 |