diff options
author | Eli Zaretskii <eliz@gnu.org> | 2014-08-08 16:53:55 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2014-08-08 16:53:55 +0300 |
commit | 1f3e13c15fb34571a510e69c8dfe6c88e292c593 (patch) | |
tree | dd03e034cd7b8160ccc8d66663108edba49d3a96 /lisp/info.el | |
parent | 8faa5ee738c269d19071354b63cd64688f6ba101 (diff) | |
download | emacs-1f3e13c15fb34571a510e69c8dfe6c88e292c593.tar.gz |
lisp/info.el (info): Doc fix.
Diffstat (limited to 'lisp/info.el')
-rw-r--r-- | lisp/info.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/info.el b/lisp/info.el index 31ef1081dcc..6e72e544dd5 100644 --- a/lisp/info.el +++ b/lisp/info.el @@ -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' |