1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-11 05:51:21 -08:00

Mark comment-dwim as described in the manual.

This commit is contained in:
Eli Zaretskii 2000-08-22 09:05:59 +00:00
parent f91db65b1f
commit a4067978ed

View file

@ -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.