diff options
Diffstat (limited to 'lisp/eshell/em-smart.el')
-rw-r--r-- | lisp/eshell/em-smart.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/eshell/em-smart.el b/lisp/eshell/em-smart.el index cdaed9b717c..b427fe69ea4 100644 --- a/lisp/eshell/em-smart.el +++ b/lisp/eshell/em-smart.el @@ -71,7 +71,8 @@ (eval-when-compile (require 'eshell)) ;;;###autoload -(eshell-defgroup eshell-smart nil +(progn +(defgroup eshell-smart nil "This module combines the facility of normal, modern shells with some of the edit/review concepts inherent in the design of Plan 9's 9term. See the docs for more details. @@ -80,7 +81,7 @@ Most likely you will have to turn this option on and play around with it to get a real sense of how it works." :tag "Smart display of output" ;; :link '(info-link "(eshell)Smart display of output") - :group 'eshell-module) + :group 'eshell-module)) ;;; User Variables: |