From 8e2ec7cdc5b038caedb594b3e0a276c10ce66f19 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Tue, 12 Dec 2000 10:37:48 +0000 Subject: [PATCH] (smiley-region): Doc fix. --- lisp/gnus/smiley-ems.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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)) -- 2.39.5