aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2012-01-06 00:10:22 -0800
committerGlenn Morris2012-01-06 00:10:22 -0800
commitc869783d91eade5384116740dca6643d8556b142 (patch)
tree1b800489e4d9fa2342de12ba3fe1c5bbf489c52e /doc/lispref/ChangeLog
parent5063dddc114937aa17466569515047922730a00e (diff)
downloademacs-c869783d91eade5384116740dca6643d8556b142.tar.gz
emacs-c869783d91eade5384116740dca6643d8556b142.zip
Change the binding of "e" in info-mode.
* doc/lispref/maps.texi (Standard Keymaps): Refer to Info-edit by name rather than by keybinding. * lisp/info.el (Info-mode-map): Bind e to end-of-buffer, rather than Info-edit. Fixes: debbugs:10385
Diffstat (limited to 'doc/lispref/ChangeLog')
-rw-r--r--doc/lispref/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index daa5493ec83..883eaf13356 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -1,3 +1,8 @@
12012-01-06 Glenn Morris <rgm@gnu.org>
2
3 * maps.texi (Standard Keymaps): Refer to Info-edit by name
4 rather than by keybinding.
5
12011-12-29 Juanma Barranquero <lekktu@gmail.com> 62011-12-29 Juanma Barranquero <lekktu@gmail.com>
2 7
3 * frames.texi (Font and Color Parameters): Add @pxref. 8 * frames.texi (Font and Color Parameters): Add @pxref.