diff options
| author | Glenn Morris | 2014-08-10 17:59:34 -0700 |
|---|---|---|
| committer | Glenn Morris | 2014-08-10 17:59:34 -0700 |
| commit | c7367d2de3343e56171c4fe6d439a3ed5f40d06c (patch) | |
| tree | 54fe9166f6b4320d9518bbac11e2d575a9fda7c2 /lisp/info.el | |
| parent | 6b7d077506304f440d311fa7b29d210b7a3e121c (diff) | |
| parent | f314e84fce8b394da20aa1d69121c74fb34f9a1e (diff) | |
| download | emacs-c7367d2de3343e56171c4fe6d439a3ed5f40d06c.tar.gz emacs-c7367d2de3343e56171c4fe6d439a3ed5f40d06c.zip | |
Merge from emacs-24; up to 2014-06-28T23:35:17Z!rgm@gnu.org
Diffstat (limited to 'lisp/info.el')
| -rw-r--r-- | lisp/info.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/info.el b/lisp/info.el index 405d6a22449..59501c73534 100644 --- a/lisp/info.el +++ b/lisp/info.el | |||
| @@ -774,8 +774,7 @@ with the top-level Info directory. | |||
| 774 | In interactive use, a non-numeric prefix argument directs | 774 | In interactive use, a non-numeric prefix argument directs |
| 775 | this command to read a file name from the minibuffer. | 775 | this command to read a file name from the minibuffer. |
| 776 | 776 | ||
| 777 | A numeric prefix argument N selects an Info buffer named | 777 | A numeric prefix argument of N selects an Info buffer named \"*info*<N>\". |
| 778 | \"*info*<%s>\". | ||
| 779 | 778 | ||
| 780 | The search path for Info files is in the variable `Info-directory-list'. | 779 | The search path for Info files is in the variable `Info-directory-list'. |
| 781 | The top-level Info directory is made by combining all the files named `dir' | 780 | The top-level Info directory is made by combining all the files named `dir' |
| @@ -4009,6 +4008,7 @@ If FORK is non-nil, it is passed to `Info-goto-node'." | |||
| 4009 | (define-key map "," 'Info-index-next) | 4008 | (define-key map "," 'Info-index-next) |
| 4010 | (define-key map "\177" 'Info-scroll-down) | 4009 | (define-key map "\177" 'Info-scroll-down) |
| 4011 | (define-key map [mouse-2] 'Info-mouse-follow-nearest-node) | 4010 | (define-key map [mouse-2] 'Info-mouse-follow-nearest-node) |
| 4011 | (define-key map [down-mouse-2] 'ignore) ;Override potential global binding. | ||
| 4012 | (define-key map [follow-link] 'mouse-face) | 4012 | (define-key map [follow-link] 'mouse-face) |
| 4013 | (define-key map [XF86Back] 'Info-history-back) | 4013 | (define-key map [XF86Back] 'Info-history-back) |
| 4014 | (define-key map [XF86Forward] 'Info-history-forward) | 4014 | (define-key map [XF86Forward] 'Info-history-forward) |