diff options
author | Glenn Morris <rgm@gnu.org> | 2014-08-10 17:59:34 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 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 |
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. In interactive use, a non-numeric prefix argument directs this command to read a file name from the minibuffer. -A numeric prefix argument N selects an Info buffer named -\"*info*<%s>\". +A numeric prefix argument of N selects an Info buffer named \"*info*<N>\". The search path for Info files is in the variable `Info-directory-list'. 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'." (define-key map "," 'Info-index-next) (define-key map "\177" 'Info-scroll-down) (define-key map [mouse-2] 'Info-mouse-follow-nearest-node) + (define-key map [down-mouse-2] 'ignore) ;Override potential global binding. (define-key map [follow-link] 'mouse-face) (define-key map [XF86Back] 'Info-history-back) (define-key map [XF86Forward] 'Info-history-forward) |