changeset 80271:f74b83c18a6a

(comment-kill): Docstring improvement.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 03 Mar 2008 21:20:21 +0000
parents e36e32d01703
children 0b7b308fc107
files lisp/newcomment.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/newcomment.el	Mon Mar 03 20:31:04 2008 +0000
+++ b/lisp/newcomment.el	Mon Mar 03 21:20:21 2008 +0000
@@ -663,7 +663,7 @@
 
 ;;;###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)