]> git.eshelyaron.com Git - emacs.git/commitdiff
(smiley-data-directory, smiley-regexp-alist): Doc fix.
authorDave Love <fx@gnu.org>
Wed, 8 Nov 2000 13:58:20 +0000 (13:58 +0000)
committerDave Love <fx@gnu.org>
Wed, 8 Nov 2000 13:58:20 +0000 (13:58 +0000)
lisp/gnus/smiley-ems.el

index 4bc0c1c5ab10dff2023cc78cf68af9ea558e6dc9..683f84a4668e158d510c8598f6e0e31883836de2 100644 (file)
@@ -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")))