X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/9a0115abd18f219f234d6dd460cf7f5ed3c0332f..7cef3569a3d872ea5be07a529b68910bf1d8b790:/lisp/eshell/em-basic.el diff --git a/lisp/eshell/em-basic.el b/lisp/eshell/em-basic.el index ece029c39f..e07bc75f89 100644 --- a/lisp/eshell/em-basic.el +++ b/lisp/eshell/em-basic.el @@ -66,14 +66,15 @@ (require 'esh-opt) ;;;###autoload -(eshell-defgroup eshell-basic nil +(progn +(defgroup eshell-basic nil "The \"basic\" code provides a set of convenience functions which are traditionally considered shell builtins. Since all of the functionality provided by them is accessible through Lisp, they are not really builtins at all, but offer a command-oriented way to do the same thing." :tag "Basic shell commands" - :group 'eshell-module) + :group 'eshell-module)) (defcustom eshell-plain-echo-behavior nil "If non-nil, `echo' tries to behave like an ordinary shell echo.