From bbcedd051459ad914807c097884d70ed871690ce Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Mon, 3 Mar 2008 21:20:21 +0000 Subject: [PATCH] (comment-kill): Docstring improvement. --- lisp/newcomment.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2