diff options
| -rw-r--r-- | lisp/gnus/smiley-ems.el | 5 |
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 | |||
| 93 | 93 | ||
| 94 | ;;;###autoload | 94 | ;;;###autoload |
| 95 | (defun smiley-region (start end) | 95 | (defun smiley-region (start end) |
| 96 | "Replace in the region `smiley-regexp-alist' matches with corresponding images." | 96 | "Display textual smileys as images. |
| 97 | START and END specify the region; interactively, use the values | ||
| 98 | of point and mark. The value of `smiley-regexp-alist' determines | ||
| 99 | which smileys to operate on and which images to use for them." | ||
| 97 | (interactive "r") | 100 | (interactive "r") |
| 98 | (when (and (fboundp 'display-graphic-p) | 101 | (when (and (fboundp 'display-graphic-p) |
| 99 | (display-graphic-p)) | 102 | (display-graphic-p)) |