X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/8f1d2ef658f95549eb33fe5265f8f11c5129bece..0d1f53adb0f0a614c102fb5c2b5212ace4b4078b:/lisp/eshell/em-xtra.el diff --git a/lisp/eshell/em-xtra.el b/lisp/eshell/em-xtra.el index 50bda108e9..7c559772dd 100644 --- a/lisp/eshell/em-xtra.el +++ b/lisp/eshell/em-xtra.el @@ -1,6 +1,6 @@ ;;; em-xtra.el --- extra alias functions -;; Copyright (C) 1999-2011 Free Software Foundation, Inc. +;; Copyright (C) 1999-2013 Free Software Foundation, Inc. ;; Author: John Wiegley @@ -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' behavior more +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: