From 4dfb07fd3252bf91cb18e8058341e879d2fefa5e Mon Sep 17 00:00:00 2001 From: Dave Love Date: Wed, 7 Feb 2001 23:38:46 +0000 Subject: [PATCH] (dirtrack-directory-change-hook): Fix :type. --- lisp/dirtrack.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/dirtrack.el b/lisp/dirtrack.el index 297978101c0..572435d357b 100644 --- a/lisp/dirtrack.el +++ b/lisp/dirtrack.el @@ -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 ) -- 2.39.5