]> git.eshelyaron.com Git - emacs.git/commitdiff
Clarify message-newline-and-reformat doc string
authorLars Ingebrigtsen <larsi@gnus.org>
Sat, 24 Sep 2022 09:36:28 +0000 (11:36 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 24 Sep 2022 09:39:53 +0000 (11:39 +0200)
* lisp/gnus/message.el (message-newline-and-reformat): Clarify the
DWIM-ness in the doc string (bug#57986).

lisp/gnus/message.el

index 49a04f601f841ebad16e11544f68c4c6ae705739..e19ac76869bc49d3ba2023d688e91d9493b5abee 100644 (file)
@@ -3551,7 +3551,12 @@ of lines before the signature intact."
 
 (defun message-newline-and-reformat (&optional arg not-break)
   "Insert four newlines, and then reformat if inside quoted text.
-Prefix arg means justify as well."
+Prefix arg means justify as well.
+
+This function tries to guess what the quote prefix is based on
+the text on the current line before point.  If point is at the
+start of the line, the formatted text (if any) is filled without
+a quote prefix."
   (interactive (list (if current-prefix-arg 'full)) message-mode)
   (unless (message-in-body-p)
     (error "This command only works in the body of the message"))