summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>2000-12-12 10:37:48 +0000
committerGerd Moellmann <gerd@gnu.org>2000-12-12 10:37:48 +0000
commit8e2ec7cdc5b038caedb594b3e0a276c10ce66f19 (patch)
tree7c0c765dd7833a7a1b47c694cd644ffadd146adc
parent5610cefd51c8c43b5dbc7692105988a55ea83781 (diff)
downloademacs-8e2ec7cdc5b038caedb594b3e0a276c10ce66f19.tar.gz
(smiley-region): Doc fix.
-rw-r--r--lisp/gnus/smiley-ems.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/gnus/smiley-ems.el b/lisp/gnus/smiley-ems.el
index c96fe6548ab..78d8007f7fa 100644
--- a/lisp/gnus/smiley-ems.el
+++ b/lisp/gnus/smiley-ems.el
@@ -93,7 +93,10 @@ rgexp to replace with IMAGE. IMAGE is the name of a PBM file in
;;;###autoload
(defun smiley-region (start end)
- "Replace in the region `smiley-regexp-alist' matches with corresponding images."
+ "Display textual smileys as images.
+START and END specify the region; interactively, use the values
+of point and mark. The value of `smiley-regexp-alist' determines
+which smileys to operate on and which images to use for them."
(interactive "r")
(when (and (fboundp 'display-graphic-p)
(display-graphic-p))