aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.