diff lisp/calendar/calendar.el @ 49828:88148dcfdd3a

(diary-file-name-prefix-function): Fix custom type.
author Markus Rost <rost@math.uni-bielefeld.de>
date Mon, 17 Feb 2003 22:24:30 +0000
parents dd8404d4fed8
children 60ffdeba6e0e
line wrap: on
line diff
--- a/lisp/calendar/calendar.el	Mon Feb 17 18:41:14 2003 +0000
+++ b/lisp/calendar/calendar.el	Mon Feb 17 22:24:30 2003 +0000
@@ -312,7 +312,7 @@
 
 (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