diff options
Diffstat (limited to 'lisp/idutils.el')
-rw-r--r-- | lisp/idutils.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/idutils.el b/lisp/idutils.el index c933219..cc40ed5 100644 --- a/lisp/idutils.el +++ b/lisp/idutils.el @@ -24,7 +24,7 @@ ;;; To install, merely put this file somewhere GNU Emacs will find it, ;;; then add the following lines to your .emacs file: ;;; -;;; (autoload 'gid "idutils") +;;; (autoload 'gid "idutils" "run idutils' gid command" t) ;;; ;;; You may also adjust some customizations variables, below, by defining ;;; them in your .emacs file. |