]> git.eshelyaron.com Git - emacs.git/commitdiff
* newcomment.el (comment-dwim): Fix the intentation in the doc string.
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Thu, 21 Oct 2010 20:12:38 +0000 (22:12 +0200)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Thu, 21 Oct 2010 20:12:38 +0000 (22:12 +0200)
lisp/ChangeLog
lisp/newcomment.el

index d63649c6f64456380f72c0758ebf897ef391599a..3e29cf4a01f8ae74f0ff099099adebacc43c238f 100644 (file)
@@ -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
index 8daf24d549f118b27f04c25993076c37824ac6ea..de6b2474e21d6cd43c51c93f5a32dd9675fb98f7 100644 (file)
@@ -1164,8 +1164,8 @@ is passed on to the respective function."
 (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'.