]> git.eshelyaron.com Git - emacs.git/commitdiff
(comment-kill): Docstring improvement.
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 3 Mar 2008 21:20:21 +0000 (21:20 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 3 Mar 2008 21:20:21 +0000 (21:20 +0000)
lisp/newcomment.el

index b5cd7b05dbd29511578215d92be4a96b30c9c053..4aed3157ada06444e5c0c6ac835c3a89f3b9ffc9 100644 (file)
@@ -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)