1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-24 08:51:10 -08:00

Mention in NEWS the change in 2012-01-06T08:10:22Z!rgm@gnu.org with `e' binding in Info.

Fixes: debbugs:10385
This commit is contained in:
Eli Zaretskii 2012-01-06 11:33:08 +02:00
parent d59e75c817
commit 24ea72d3eb

View file

@ -722,6 +722,12 @@ handy if you have many manuals in many Info buffers, and don't
remember the name of the buffer visiting the manual you want to
consult.
+++
*** `e' is now bound to `end-of-buffer' rather than to `Info-edit'.
This is for compatibility with the stand-alone Info reader program,
and also because `Info-edit' is a rarely used command that is disabled
by default.
+++
** The Landmark game is now invoked with `landmark', not `lm'.