# HG changeset patch # User Eli Zaretskii # Date 966935159 0 # Node ID 3cd6db455d112a3cc97ff1013348dfaa2ca1fa3e # Parent 45d3aa851fffa8a54fdbf10a9e34f1f5f50eb0a1 Mark comment-dwim as described in the manual. diff -r 45d3aa851fff -r 3cd6db455d11 etc/NEWS --- a/etc/NEWS Tue Aug 22 09:02:40 2000 +0000 +++ b/etc/NEWS Tue Aug 22 09:05:59 2000 +0000 @@ -105,8 +105,10 @@ ** 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.