From: Lars Magne Ingebrigtsen Date: Fri, 15 Jul 2011 15:14:46 +0000 (+0200) Subject: (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency. X-Git-Tag: emacs-pretest-24.0.90~104^2~246 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ab896c37a8440ff1f791b8e0f035bc58f04f5099;p=emacs.git (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency. --- 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"]