diff options
| -rw-r--r-- | lisp/dirtrack.el | 2 |
1 files changed, 1 insertions, 1 deletions
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." | |||
| 186 | (defcustom dirtrack-directory-change-hook nil | 186 | (defcustom dirtrack-directory-change-hook nil |
| 187 | "Hook that is called when a directory change is made." | 187 | "Hook that is called when a directory change is made." |
| 188 | :group 'dirtrack | 188 | :group 'dirtrack |
| 189 | :type 'function | 189 | :type 'hook |
| 190 | ) | 190 | ) |
| 191 | 191 | ||
| 192 | 192 | ||