aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2012-01-06 00:10:22 -0800
committerGlenn Morris <[email protected]>2012-01-06 00:10:22 -0800
commitc869783d91eade5384116740dca6643d8556b142 (patch)
tree1b800489e4d9fa2342de12ba3fe1c5bbf489c52e /lisp/ChangeLog
parent5063dddc114937aa17466569515047922730a00e (diff)
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 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 8ec5f49e63..186860c2b1 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
2012-01-06 Glenn Morris <[email protected]>
+ * info.el (Info-mode-map): Bind e to end-of-buffer, rather
+ than Info-edit. (Bug#10385)
+
* time.el (display-time-load-average, display-time-next-load-average):
Doc fixes.