Changes committed gnus/lisp (ChangeLog message.el smiley.el)
"Katsumi Yamaoka" <[email protected]> Thu, 25 Mar 2010 00:36:45 +0100
| Newsgroups | gmane.emacs.gnus.commits |
|---|---|
| Message-ID | <[email protected]> |
Modified: ChangeLog message.el smiley.el 2010-03-24 Juanma Barranquero <[email protected]> * 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. Index: ChangeLog diff -u gnus/lisp/ChangeLog:7.2074 gnus/lisp/ChangeLog:7.2075 --- ChangeLog:7.2074 Wed Mar 24 08:35:05 2010 +++ ChangeLog Thu Mar 25 00:36:45 2010 @@ -1,3 +1,11 @@ +2010-03-24 Juanma Barranquero <[email protected]> + + * 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-03-24 Glenn Morris <[email protected]> * mail-source.el (gnus-message): Declare. Index: message.el diff -u gnus/lisp/message.el:7.293 gnus/lisp/message.el:7.294 --- message.el:7.293 Tue Mar 23 09:23:42 2010 +++ message.el Thu Mar 25 00:36:45 2010 @@ -436,7 +436,7 @@ (defcustom message-interactive t "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 @@ -847,8 +847,8 @@ (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 @@ -3223,7 +3223,7 @@ (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 Index: smiley.el diff -u gnus/lisp/smiley.el:7.26 gnus/lisp/smiley.el:7.27 --- smiley.el:7.26 Wed Jan 13 11:59:44 2010 +++ smiley.el Thu Mar 25 00:36:45 2010 @@ -196,8 +196,8 @@ ;;;###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