From: Juanma Barranquero Date: Mon, 22 Mar 2010 15:49:52 +0000 (+0100) Subject: Fix typos in Gnus. X-Git-Tag: emacs-pretest-23.1.95~52^2~2 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2b8f62e98615abf8f6d0dae77e37ff7cb01e91b7;p=emacs.git 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. --- diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 0a6a6a888bd..10185007bf6 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog @@ -1,3 +1,11 @@ +2010-03-22 Juanma Barranquero + + * 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. + 2010-02-26 Glenn Morris * message.el (message-send-mail-function): Change the default, so that diff --git a/lisp/gnus/message.el b/lisp/gnus/message.el index d255e3410bd..f2a3f921cdb 100644 --- a/lisp/gnus/message.el +++ b/lisp/gnus/message.el @@ -440,7 +440,7 @@ whitespace)." ;; Default to the value of `mail-interactive', available in all Emacsen ;; that Gnus supports. "Non-nil means when sending a message wait for and display errors. -nil means let mailer mail back a message to report errors." +A value of nil means let mailer mail back a message to report errors." :version "23.2" :group 'message-sending :group 'message-mail @@ -864,8 +864,8 @@ If this is nil, use `user-mail-address'. If it is the symbol (defcustom message-qmail-inject-args nil "Arguments passed to qmail-inject programs. -This should be a list of strings, one string for each argument. It -may also be a function. +This should be a list of strings, one string for each argument. +It may also be a function. For e.g., if you wish to set the envelope sender address so that bounces go to the right place or to deal with listserv's usage of that address, you @@ -3253,7 +3253,7 @@ or in the synonym headers, defined by `message-header-synonyms'." (defun message-kill-to-signature (&optional arg) "Kill all text up to the signature. -If a numberic argument or prefix arg is given, leave that number +If a numeric argument or prefix arg is given, leave that number of lines before the signature intact." (interactive "P") (save-excursion 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