(message-kill-to-signature): Change docstring.
authorKai Grossjohann <kgrossjo@eu.uu.net>
Wed, 14 Jan 2004 14:32:21 +0000 (14:32 +0000)
committerKai Grossjohann <kgrossjo@eu.uu.net>
Wed, 14 Jan 2004 14:32:21 +0000 (14:32 +0000)
lisp/ChangeLog
lisp/message.el

index 2350fda..821ca6c 100644 (file)
@@ -3,6 +3,7 @@
        * message.el (message-kill-to-signature): Allow prefix arg to
        specify number of lines to keep before signature.  From Vasily
        Korytov.
+       (message-kill-to-signature): Change docstring.
 
 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
 
index 50520a4..0162a94 100644 (file)
@@ -2762,9 +2762,9 @@ or in the synonym headers, defined by `message-header-synonyms'."
     (forward-line -2)))
 
 (defun message-kill-to-signature (&optional arg)
-  "Deletes all text up to the signature. If a numberic argument or
-prefix arg is out there, leave that number of lines before the
-signature intact."
+  "Kill all text up to the signature.
+If a numberic argument or prefix arg is given, leave that number
+of lines before the signature intact."
   (interactive "p")
   (save-excursion
     (save-restriction