From ab896c37a8440ff1f791b8e0f035bc58f04f5099 Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Fri, 15 Jul 2011 17:14:46 +0200 Subject: [PATCH] (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency. --- lisp/ChangeLog | 1 + lisp/info.el | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 47dff71bdff..36d6cebc878 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -3,6 +3,7 @@ * info.el (Info-beginning-of-buffer): New command. (Info-mode-map): Use it instead of `beginning-of-buffer' to allow announcing `b' as the key (bug#8325). + (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency. * emacs-lisp/cl-macs.el (declare): Doc string fix-up. diff --git a/lisp/info.el b/lisp/info.el index 638227dd30c..afe7e858fd7 100644 --- a/lisp/info.el +++ b/lisp/info.el @@ -3731,7 +3731,7 @@ If FORK is non-nil, it is passed to `Info-goto-node'." :help "Go backward one node, considering all as a sequence"] ["Forward" Info-forward-node :help "Go forward one node, considering all as a sequence"] - ["Beginning" beginning-of-buffer + ["Beginning" Info-beginning-of-buffer :help "Go to beginning of this node"] ["Top" Info-top-node :help "Go to top node of file"] -- 2.39.2