Mercurial > emacs
changeset 111081:26c658c72bf6
* newcomment.el (comment-dwim): Fix the intentation in the doc string.
author | Lars Magne Ingebrigtsen <larsi@gnus.org> |
---|---|
date | Thu, 21 Oct 2010 22:12:38 +0200 |
parents | b5615f1dafcc |
children | 9d01a8aadec3 |
files | lisp/ChangeLog lisp/newcomment.el |
diffstat | 2 files changed, 7 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Oct 21 13:27:32 2010 -0400 +++ b/lisp/ChangeLog Thu Oct 21 22:12:38 2010 +0200 @@ -1,3 +1,8 @@ +2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org> + + * newcomment.el (comment-dwim): Fix the intentation in the doc + string. + 010-10-21 Michael Albinus <michael.albinus@gmx.de> * net/tramp-sh.el (tramp-do-file-attributes-with-stat): Do not use
--- a/lisp/newcomment.el Thu Oct 21 13:27:32 2010 -0400 +++ b/lisp/newcomment.el Thu Oct 21 22:12:38 2010 +0200 @@ -1164,8 +1164,8 @@ (defun comment-dwim (arg) "Call the comment command you want (Do What I Mean). If the region is active and `transient-mark-mode' is on, call - `comment-region' (unless it only consists of comments, in which - case it calls `uncomment-region'). +`comment-region' (unless it only consists of comments, in which +case it calls `uncomment-region'). Else, if the current line is empty, call `comment-insert-comment-function' if it is defined, otherwise insert a comment and indent it. Else if a prefix ARG is specified, call `comment-kill'.