]> git.eshelyaron.com Git - emacs.git/commitdiff
(dirtrack-directory-change-hook): Fix :type.
authorDave Love <fx@gnu.org>
Wed, 7 Feb 2001 23:38:46 +0000 (23:38 +0000)
committerDave Love <fx@gnu.org>
Wed, 7 Feb 2001 23:38:46 +0000 (23:38 +0000)
lisp/dirtrack.el

index 297978101c00a27decdd4f754e2e7f4c308f2f2b..572435d357bae1fc1f07f0792935e5e45e06b178 100644 (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
   )