diff options
author | Lars Magne Ingebrigtsen <larsi@gnus.org> | 2011-07-15 17:14:46 +0200 |
---|---|---|
committer | Lars Magne Ingebrigtsen <larsi@gnus.org> | 2011-07-15 17:14:46 +0200 |
commit | ab896c37a8440ff1f791b8e0f035bc58f04f5099 (patch) | |
tree | c629344ef42e54c8ab27e7d7e8120c951e71d099 /lisp/info.el | |
parent | 06789f9706db4c8fc335619c28daeda2c1e75e48 (diff) | |
download | emacs-ab896c37a8440ff1f791b8e0f035bc58f04f5099.tar.gz |
(Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
Diffstat (limited to 'lisp/info.el')
-rw-r--r-- | lisp/info.el | 2 |
1 files changed, 1 insertions, 1 deletions
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"] |