Mercurial > emacs
changeset 34474:ce1470fa2100
(smiley-region): Doc fix.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Tue, 12 Dec 2000 10:37:48 +0000 |
parents | e859388caea4 |
children | 0cb6f08c40bd |
files | lisp/gnus/smiley-ems.el |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/gnus/smiley-ems.el Tue Dec 12 10:20:52 2000 +0000 +++ b/lisp/gnus/smiley-ems.el Tue Dec 12 10:37:48 2000 +0000 @@ -93,7 +93,10 @@ ;;;###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))