From: Gerd Moellmann Date: Tue, 12 Dec 2000 10:37:48 +0000 (+0000) Subject: (smiley-region): Doc fix. X-Git-Tag: emacs-pretest-21.0.93~2 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8e2ec7cdc5b038caedb594b3e0a276c10ce66f19;p=emacs.git (smiley-region): Doc fix. --- 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))