diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2010-03-22 16:49:52 +0100 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2010-03-22 16:49:52 +0100 |
commit | 2b8f62e98615abf8f6d0dae77e37ff7cb01e91b7 (patch) | |
tree | 131c8aec7045c1f74b99b68c1089a410aa433afd /lisp/gnus/smiley.el | |
parent | d120008778dc12f8b64322f0c4577ad389d3d009 (diff) | |
download | emacs-2b8f62e98615abf8f6d0dae77e37ff7cb01e91b7.tar.gz |
Fix typos in Gnus.
* message.el (message-interactive): Doc fix.
(message-qmail-inject-args): Reflow.
(message-kill-to-signature): Fix typo in docstring.
* smiley.el (smiley-buffer): Fix typo in docstring.
Diffstat (limited to 'lisp/gnus/smiley.el')
-rw-r--r-- | lisp/gnus/smiley.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/gnus/smiley.el b/lisp/gnus/smiley.el index 8e79dd58125..fbe71e7725f 100644 --- a/lisp/gnus/smiley.el +++ b/lisp/gnus/smiley.el @@ -196,8 +196,8 @@ A list of images is returned." ;;;###autoload (defun smiley-buffer (&optional buffer) - "Run `smiley-region' at the buffer, specified in the argument or -interactively. If there's no argument, do it at the current buffer" + "Run `smiley-region' at the BUFFER, specified in the argument or +interactively. If there's no argument, do it at the current buffer." (interactive "bBuffer to run smiley-region: ") (save-excursion (if buffer |