summaryrefslogtreecommitdiff
path: root/lisp/calendar/calendar.el
diff options
context:
space:
mode:
authorMarkus Rost <rost@math.uni-bielefeld.de>2003-02-17 22:25:11 +0000
committerMarkus Rost <rost@math.uni-bielefeld.de>2003-02-17 22:25:11 +0000
commit808052d66a969f130756f7ea6b1987b221a20777 (patch)
treef68c7a89efb68d088bb8de31acf5924025c48349 /lisp/calendar/calendar.el
parent1094ef2635c4bd1c3e3715f1e0d061fb9fb063c5 (diff)
downloademacs-808052d66a969f130756f7ea6b1987b221a20777.tar.gz
(diary-file-name-prefix-function): Fix custom type.
Diffstat (limited to 'lisp/calendar/calendar.el')
-rw-r--r--lisp/calendar/calendar.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/calendar/calendar.el b/lisp/calendar/calendar.el
index 4e2705f102f..bd86f273b28 100644
--- a/lisp/calendar/calendar.el
+++ b/lisp/calendar/calendar.el
@@ -312,7 +312,7 @@ calendar."
(defcustom diary-file-name-prefix-function (function (lambda (str) str))
"*The function that will take a diary file name and return the desired prefix."
- :type 'string
+ :type 'function
:group 'diary)
;;;###autoload