lisp/info.el (info): Doc fix.
This commit is contained in:
parent
8faa5ee738
commit
1f3e13c15f
2 changed files with 5 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
2014-08-08 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* info.el (info): Doc fix.
|
||||
|
||||
2014-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* info.el (Info-mode-map): Override a global down-mouse-2 binding
|
||||
|
|
|
@ -772,8 +772,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'
|
||||
|
|
Loading…
Add table
Reference in a new issue