comparison lispref/minibuf.texi @ 70506:f7aff7b6d4af

* commands.texi (Event Input Misc): * compile.texi (Eval During Compile): * internals.texi (Buffer Internals): * minibuf.texi (Initial Input): * nonascii.texi (Scanning Charsets): * numbers.texi (Comparison of Numbers): * windows.texi (Textual Scrolling, Vertical Scrolling): Fix various typos.
author Romain Francoise <romain@orebokech.com>
date Sun, 07 May 2006 16:02:27 +0000
parents f79400cfcdca
children 4b4be784a6c8
comparison
equal deleted inserted replaced
70505:53adfd470fe4 70506:f7aff7b6d4af
515 @node Initial Input 515 @node Initial Input
516 @section Initial Input 516 @section Initial Input
517 517
518 Several of the functions for minibuffer input have an argument called 518 Several of the functions for minibuffer input have an argument called
519 @var{initial} or @var{initial-contents}. This is a mostly-deprecated 519 @var{initial} or @var{initial-contents}. This is a mostly-deprecated
520 feature for specifiying that the minibuffer should start out with 520 feature for specifying that the minibuffer should start out with
521 certain text, instead of empty as usual. 521 certain text, instead of empty as usual.
522 522
523 If @var{initial} is a string, the minibuffer starts out containing the 523 If @var{initial} is a string, the minibuffer starts out containing the
524 text of the string, with point at the end, when the user starts to 524 text of the string, with point at the end, when the user starts to
525 edit the text. If the user simply types @key{RET} to exit the 525 edit the text. If the user simply types @key{RET} to exit the