From: Eli Zaretskii Date: Tue, 22 Aug 2000 09:05:59 +0000 (+0000) Subject: Mark comment-dwim as described in the manual. X-Git-Tag: emacs-pretest-21.0.90~2113 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a4067978ede752e1bc648bb53dea4cd6e96f5cd5;p=emacs.git Mark comment-dwim as described in the manual. --- diff --git a/etc/NEWS b/etc/NEWS index ec752e68e80..880705fe4c8 100644 --- 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.