summaryrefslogtreecommitdiff
path: root/lisp/init-gnus.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2015-01-07 23:13:38 -0500
committerKyle Meyer <kyle@kyleam.com>2015-01-07 23:13:38 -0500
commit3b7bd43479a4f7afc933afefe217170e277bda0e (patch)
tree5a2d24b47ece16b2f4abc2117f46b3ccbff3ed17 /lisp/init-gnus.el
parent965c259c182361e9a698b3ff2c466bf177ed3c81 (diff)
downloademacs.d-3b7bd43479a4f7afc933afefe217170e277bda0e.tar.gz
Fix some docstrings
Diffstat (limited to 'lisp/init-gnus.el')
-rw-r--r--lisp/init-gnus.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/init-gnus.el b/lisp/init-gnus.el
index d9a39c8..7fbea37 100644
--- a/lisp/init-gnus.el
+++ b/lisp/init-gnus.el
@@ -180,9 +180,9 @@ A new buffer with the patch contents is opened in another window."
(defun km/snip-mail-quote (beg end &optional number quote-char)
"Replace region lines with \"[...]\".
If prefix argument NUMBER is non-nil, add the number of lines
-that were snipped. The default QUOTE-CHAR is \">\". Text
-following the snipped lines is placed on a new line and the
-resulting paragraph is filled."
+that were snipped. The default QUOTE-CHAR is \">\". Place text
+following the snipped lines on a new line, and file the resulting
+paragraph."
(interactive "r\nP")
(let ((nlines (count-lines beg end))
(quote-char (or quote-char ">")))