diff options
author | Dave Love <fx@gnu.org> | 2000-11-08 13:58:20 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2000-11-08 13:58:20 +0000 |
commit | 1424c9bfe37c836d3a6ec80bab4487f70a150e40 (patch) | |
tree | 3a984f9a41a9ffe7afe5f85ded887396cf273149 /lisp | |
parent | 5b4e44da5e9df27f8a45906c815fa129e0f5a40c (diff) | |
download | emacs-1424c9bfe37c836d3a6ec80bab4487f70a150e40.tar.gz emacs-1424c9bfe37c836d3a6ec80bab4487f70a150e40.tar.bz2 emacs-1424c9bfe37c836d3a6ec80bab4487f70a150e40.zip |
(smiley-data-directory, smiley-regexp-alist): Doc fix.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/gnus/smiley-ems.el | 5 |
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 @@ ;; 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"))) |