X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/eeff0f485929b225f9b302e5957a654f4a367305..7cef3569a3d872ea5be07a529b68910bf1d8b790:/lisp/eshell/em-xtra.el diff --git a/lisp/eshell/em-xtra.el b/lisp/eshell/em-xtra.el index 6f49bf4e0f..2e7a813cb7 100644 --- a/lisp/eshell/em-xtra.el +++ b/lisp/eshell/em-xtra.el @@ -1,7 +1,6 @@ ;;; em-xtra.el --- extra alias functions -;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 1999-2012 Free Software Foundation, Inc. ;; Author: John Wiegley @@ -30,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: @@ -123,5 +123,4 @@ naturally accessible within Emacs." ;; generated-autoload-file: "esh-groups.el" ;; End: -;; arch-tag: f944cfda-a118-470c-a0d6-b41a3a5c99c7 ;;; em-xtra.el ends here