2010-03-24 Juanma Barranquero <lekktu@gmail.com>
authorKatsumi Yamaoka <yamaoka@jpl.org>
Wed, 24 Mar 2010 23:36:45 +0000 (23:36 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Wed, 24 Mar 2010 23:36:45 +0000 (23:36 +0000)
 * 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.

lisp/ChangeLog
lisp/message.el
lisp/smiley.el

index 087ab9b..0e5c735 100644 (file)
@@ -1,3 +1,11 @@
+2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
+
+       * 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  <rgm@gnu.org>
 
        * mail-source.el (gnus-message): Declare.
index a607d3a..9262878 100644 (file)
@@ -436,7 +436,7 @@ whitespace)."
 
 (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 @@ 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
@@ -3223,7 +3223,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
index 8e79dd5..fbe71e7 100644 (file)
@@ -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