diff options
author | Lars Magne Ingebrigtsen <larsi@gnus.org> | 2010-10-21 22:12:38 +0200 |
---|---|---|
committer | Lars Magne Ingebrigtsen <larsi@gnus.org> | 2010-10-21 22:12:38 +0200 |
commit | 23737b4aeef696135134cb74ebf2e287fdeb34fd (patch) | |
tree | 228752c2bd4fc04cf8a35187a94acfc7f77f780a /lisp/newcomment.el | |
parent | 8b78d5e38f1bac3348d1f53a0a3c2a0c1e5d5ebb (diff) | |
download | emacs-23737b4aeef696135134cb74ebf2e287fdeb34fd.tar.gz |
* newcomment.el (comment-dwim): Fix the intentation in the doc string.
Diffstat (limited to 'lisp/newcomment.el')
-rw-r--r-- | lisp/newcomment.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/newcomment.el b/lisp/newcomment.el index 8daf24d549f..de6b2474e21 100644 --- a/lisp/newcomment.el +++ b/lisp/newcomment.el @@ -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'. |