From: Stefan Monnier Date: Mon, 3 Mar 2008 21:20:21 +0000 (+0000) Subject: (comment-kill): Docstring improvement. X-Git-Tag: emacs-pretest-22.1.92~21 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bbcedd051459ad914807c097884d70ed871690ce;p=emacs.git (comment-kill): Docstring improvement. --- diff --git a/lisp/newcomment.el b/lisp/newcomment.el index b5cd7b05dbd..4aed3157ada 100644 --- a/lisp/newcomment.el +++ b/lisp/newcomment.el @@ -663,7 +663,7 @@ With any other arg, set comment column to indentation of the previous comment ;;;###autoload (defun comment-kill (arg) - "Kill the comment on this line, if any. + "Kill the first comment on this line, if any. With prefix ARG, kill comments on that many lines starting with this one." (interactive "P") (comment-normalize-vars)