aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorEli Zaretskii2000-08-22 09:05:59 +0000
committerEli Zaretskii2000-08-22 09:05:59 +0000
commita4067978ede752e1bc648bb53dea4cd6e96f5cd5 (patch)
tree90b7ab81db285caaf74aac5908998ec9783a1126 /etc
parentf91db65b1f9ed45134ecf73cb4108a7e50e10df8 (diff)
downloademacs-a4067978ede752e1bc648bb53dea4cd6e96f5cd5.tar.gz
emacs-a4067978ede752e1bc648bb53dea4cd6e96f5cd5.zip
Mark comment-dwim as described in the manual.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS4
1 files changed, 3 insertions, 1 deletions
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.
105** M-x set-terminal-coding-system (C-x RET t) now allows CCL-based 105** M-x set-terminal-coding-system (C-x RET t) now allows CCL-based
106coding systems such as cpXXX and cyrillic-koi8. 106coding systems such as cpXXX and cyrillic-koi8.
107 107
108+++
108** M-; now calls comment-dwim which tries to do something clever based 109** M-; now calls comment-dwim which tries to do something clever based
109on the context. 110on the context. M-x kill-comment is now an alias to comment-kill,
111defined on newcomment.el.
110 112
111+++ 113+++
112** The function `getenv' is now callable interactively. 114** The function `getenv' is now callable interactively.