emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r102034: * newcomment.el (comment-dwi


From: Lars Magne Ingebrigtsen
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r102034: * newcomment.el (comment-dwim): Fix the intentation in the doc string.
Date: Thu, 21 Oct 2010 22:12:38 +0200
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 102034
committer: Lars Magne Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Thu 2010-10-21 22:12:38 +0200
message:
  * newcomment.el (comment-dwim): Fix the intentation in the doc string.
modified:
  lisp/ChangeLog
  lisp/newcomment.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2010-10-21 08:05:23 +0000
+++ b/lisp/ChangeLog    2010-10-21 20:12:38 +0000
@@ -1,3 +1,8 @@
+2010-10-21  Lars Magne Ingebrigtsen  <address@hidden>
+
+       * newcomment.el (comment-dwim): Fix the intentation in the doc
+       string.
+
 010-10-21  Michael Albinus  <address@hidden>
 
        * net/tramp-sh.el (tramp-do-file-attributes-with-stat): Do not use

=== modified file 'lisp/newcomment.el'
--- a/lisp/newcomment.el        2010-09-23 19:00:31 +0000
+++ b/lisp/newcomment.el        2010-10-21 20:12:38 +0000
@@ -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'.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]