Mercurial > emacs
changeset 33293:2c227ea13cc9
(smiley-data-directory, smiley-regexp-alist): Doc fix.
author | Dave Love <fx@gnu.org> |
---|---|
date | Wed, 08 Nov 2000 13:58:20 +0000 |
parents | a588a9158965 |
children | 66666ed75041 |
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 Wed Nov 08 13:57:21 2000 +0000 +++ b/lisp/gnus/smiley-ems.el Wed Nov 08 13:58:20 2000 +0000 @@ -43,7 +43,8 @@ ;; Maybe this should go. (defcustom smiley-data-directory (nnheader-find-etc-directory "smilies") - "*Location of the smiley faces files." + "*Directory to search for the smiley image files. +This is in addition to the normal image search path." :type 'directory :group 'smiley) @@ -56,7 +57,7 @@ "*A list of regexps to map smilies to images. The elements are (REGEXP MATCH FILE), where MATCH is the submatch in rgexp to replace with IMAGE. IMAGE is the name of a PBM file in -`smiley-data-directory'." +`smiley-data-directory' or the normal image search path." :type '(repeat (list regexp (integer :tag "Regexp match number") (string :tag "Image name")))