Mercurial > emacs
changeset 34328:7263c1ed74a2
(smiley-data-directory): Fix :type.
author | Dave Love <fx@gnu.org> |
---|---|
date | Thu, 07 Dec 2000 12:10:32 +0000 |
parents | 51fb7a49a44b |
children | 1786f3822f45 |
files | lisp/gnus/smiley-ems.el |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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.