comparison lisp/info.el @ 25311:745ff7cc2786

(info): Doc fix.
author Dave Love <fx@gnu.org>
date Tue, 17 Aug 1999 18:51:25 +0000
parents 5a57e11d78c9
children b6b86ee38391
comparison
equal deleted inserted replaced
25310:f38d26cd9b8f 25311:745ff7cc2786
286 ;;;###autoload 286 ;;;###autoload
287 (defun info (&optional file) 287 (defun info (&optional file)
288 "Enter Info, the documentation browser. 288 "Enter Info, the documentation browser.
289 Optional argument FILE specifies the file to examine; 289 Optional argument FILE specifies the file to examine;
290 the default is the top-level directory of Info. 290 the default is the top-level directory of Info.
291 Called from a program, FILE may specify an Info node of the form
292 `(FILENAME)NODENAME'.
291 293
292 In interactive use, a prefix argument directs this command 294 In interactive use, a prefix argument directs this command
293 to read a file name from the minibuffer. 295 to read a file name from the minibuffer.
294 296
295 The search path for Info files is in the variable `Info-directory-list'. 297 The search path for Info files is in the variable `Info-directory-list'.