]> git.eshelyaron.com Git - emacs.git/commitdiff
Mark comment-dwim as described in the manual.
authorEli Zaretskii <eliz@gnu.org>
Tue, 22 Aug 2000 09:05:59 +0000 (09:05 +0000)
committerEli Zaretskii <eliz@gnu.org>
Tue, 22 Aug 2000 09:05:59 +0000 (09:05 +0000)
etc/NEWS

index ec752e68e80e919cdb7e05aed1c1d85c47836665..880705fe4c8ab972240c47043e45de7997c8d0d6 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -105,8 +105,10 @@ displays all characters in that character set.
 ** M-x set-terminal-coding-system (C-x RET t) now allows CCL-based
 coding systems such as cpXXX and cyrillic-koi8.
 
++++
 ** M-; now calls comment-dwim which tries to do something clever based
-on the context.
+on the context.  M-x kill-comment is now an alias to comment-kill,
+defined on newcomment.el.
 
 +++
 ** The function `getenv' is now callable interactively.