1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 04:10:54 -08:00

(dirtrack-directory-change-hook): Fix :type.

This commit is contained in:
Dave Love 2001-02-07 23:38:46 +00:00
parent 4cb464b7a9
commit 4dfb07fd32

View file

@ -186,7 +186,7 @@ be on a single line."
(defcustom dirtrack-directory-change-hook nil
"Hook that is called when a directory change is made."
:group 'dirtrack
:type 'function
:type 'hook
)