emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r105235: (Info-mode-menu): Use `Info-


From: Lars Magne Ingebrigtsen
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r105235: (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
Date: Fri, 15 Jul 2011 17:14:46 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 105235
committer: Lars Magne Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Fri 2011-07-15 17:14:46 +0200
message:
  (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
modified:
  lisp/ChangeLog
  lisp/info.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-07-15 15:13:00 +0000
+++ b/lisp/ChangeLog    2011-07-15 15:14:46 +0000
@@ -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.
 

=== modified file 'lisp/info.el'
--- a/lisp/info.el      2011-07-15 15:13:00 +0000
+++ b/lisp/info.el      2011-07-15 15:14:46 +0000
@@ -3731,7 +3731,7 @@
     :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"]


reply via email to

[Prev in Thread] Current Thread [Next in Thread]