diff options
author | Jim Meyering <meyering@redhat.com> | 2008-09-12 18:38:41 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2008-09-12 18:38:41 +0200 |
commit | 2e1ce99a63337a1fd60cdae7d276035327cd39eb (patch) | |
tree | d33efeeb2a0f7531787b594dbfd4a36c9683a4c7 /lisp | |
parent | 51c13306608d5eb8faa4c7c52a3907050d7c231d (diff) | |
download | idutils-2e1ce99a63337a1fd60cdae7d276035327cd39eb.tar.gz idutils-2e1ce99a63337a1fd60cdae7d276035327cd39eb.tar.bz2 idutils-2e1ce99a63337a1fd60cdae7d276035327cd39eb.zip |
* lisp/idutils.el: Update suggested autoload syntax in comment.
Diffstat (limited to 'lisp')
-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. |