X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/9d6b4d53469a9ffd67bd770fabc6fe254e35c21d..7cef3569a3d872ea5be07a529b68910bf1d8b790:/lisp/eshell/em-xtra.el diff --git a/lisp/eshell/em-xtra.el b/lisp/eshell/em-xtra.el index 3dfb33d37e..2e7a813cb7 100644 --- a/lisp/eshell/em-xtra.el +++ b/lisp/eshell/em-xtra.el @@ -29,13 +29,14 @@ (require 'compile) ;;;###autoload -(eshell-defgroup eshell-xtra nil +(progn +(defgroup eshell-xtra nil "This module defines some extra alias functions which are entirely optional. They can be viewed as samples for how to write Eshell alias functions, or as aliases which make some of Emacs's behavior more naturally accessible within Emacs." :tag "Extra alias functions" - :group 'eshell-module) + :group 'eshell-module)) ;;; Functions: