summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2008-03-03 21:20:21 +0000
committerStefan Monnier <monnier@iro.umontreal.ca>2008-03-03 21:20:21 +0000
commitbbcedd051459ad914807c097884d70ed871690ce (patch)
tree2b180a50596ef7ca08229740ad9d17442dfdaebc
parentb1d0fc86691f60c187264b6bb90def845a62611c (diff)
downloademacs-bbcedd051459ad914807c097884d70ed871690ce.tar.gz
(comment-kill): Docstring improvement.
-rw-r--r--lisp/newcomment.el2
1 files changed, 1 insertions, 1 deletions
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)