(Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Fri, 15 Jul 2011 15:14:46 +0000 (17:14 +0200)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Fri, 15 Jul 2011 15:14:46 +0000 (17:14 +0200)
lisp/ChangeLog
lisp/info.el

index 47dff71..36d6ceb 100644 (file)
@@ -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.
 
index 638227d..afe7e85 100644 (file)
@@ -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"]