aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/gnus/smiley-ems.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/gnus/smiley-ems.el b/lisp/gnus/smiley-ems.el
index 4bc0c1c5ab1..683f84a4668 100644
--- a/lisp/gnus/smiley-ems.el
+++ b/lisp/gnus/smiley-ems.el
@@ -43,7 +43,8 @@
43 43
44;; Maybe this should go. 44;; Maybe this should go.
45(defcustom smiley-data-directory (nnheader-find-etc-directory "smilies") 45(defcustom smiley-data-directory (nnheader-find-etc-directory "smilies")
46 "*Location of the smiley faces files." 46 "*Directory to search for the smiley image files.
47This is in addition to the normal image search path."
47 :type 'directory 48 :type 'directory
48 :group 'smiley) 49 :group 'smiley)
49 50
@@ -56,7 +57,7 @@
56 "*A list of regexps to map smilies to images. 57 "*A list of regexps to map smilies to images.
57The elements are (REGEXP MATCH FILE), where MATCH is the submatch in 58The elements are (REGEXP MATCH FILE), where MATCH is the submatch in
58rgexp to replace with IMAGE. IMAGE is the name of a PBM file in 59rgexp to replace with IMAGE. IMAGE is the name of a PBM file in
59`smiley-data-directory'." 60`smiley-data-directory' or the normal image search path."
60 :type '(repeat (list regexp 61 :type '(repeat (list regexp
61 (integer :tag "Regexp match number") 62 (integer :tag "Regexp match number")
62 (string :tag "Image name"))) 63 (string :tag "Image name")))