From 3b7bd43479a4f7afc933afefe217170e277bda0e Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Wed, 7 Jan 2015 23:13:38 -0500 Subject: Fix some docstrings --- lisp/init-gnus.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lisp/init-gnus.el') 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 ">"))) -- cgit v1.2.3