# HG changeset patch # User Dave Love # Date 976191032 0 # Node ID 7263c1ed74a229bd2c71f2a26006817c90889b5e # Parent 51fb7a49a44be6277df702256def8aa27fbdf46e (smiley-data-directory): Fix :type. diff -r 51fb7a49a44b -r 7263c1ed74a2 lisp/gnus/smiley-ems.el --- a/lisp/gnus/smiley-ems.el Thu Dec 07 12:09:25 2000 +0000 +++ b/lisp/gnus/smiley-ems.el Thu Dec 07 12:10:32 2000 +0000 @@ -43,9 +43,10 @@ ;; Maybe this should go. (defcustom smiley-data-directory (nnheader-find-etc-directory "smilies") - "*Directory to search for the smiley image files. + "*If non-nil, a directory to search for the smiley image files. This is in addition to the normal image search path." - :type 'directory + :type '(choice directory + (const nil)) :group 'smiley) ;; The XEmacs version has a baroque, if not rococo, set of these.