diff options
| author | Karl Heuer | 1998-08-29 16:34:51 +0000 |
|---|---|---|
| committer | Karl Heuer | 1998-08-29 16:34:51 +0000 |
| commit | 3e0aea0f8d7b05b94482db78a50ecfd01ebf32d4 (patch) | |
| tree | 41a61d046ee67bc810f953830be33eaa518a2319 | |
| parent | ae2777b77ab61c109b92e0b7fd00fc56f9afb61f (diff) | |
| download | emacs-3e0aea0f8d7b05b94482db78a50ecfd01ebf32d4.tar.gz emacs-3e0aea0f8d7b05b94482db78a50ecfd01ebf32d4.zip | |
*** empty log message ***
| -rw-r--r-- | lispref/minibuf.texi | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/lispref/minibuf.texi b/lispref/minibuf.texi index dd0a7e82cbe..81a566c11fb 100644 --- a/lispref/minibuf.texi +++ b/lispref/minibuf.texi | |||
| @@ -1416,19 +1416,6 @@ value around the call. | |||
| 1416 | The return value of @code{map-y-or-n-p} is the number of objects acted on. | 1416 | The return value of @code{map-y-or-n-p} is the number of objects acted on. |
| 1417 | @end defun | 1417 | @end defun |
| 1418 | 1418 | ||
| 1419 | @node Reading a Password | ||
| 1420 | @section Reading a Password | ||
| 1421 | |||
| 1422 | This function is useful for reading passwords. | ||
| 1423 | |||
| 1424 | @defun read-password prompt default | ||
| 1425 | @tindex read-password | ||
| 1426 | This function reads a password, echoing @samp{.} in the echo area | ||
| 1427 | for each character entered, and returns it as a string. It prompts | ||
| 1428 | with @var{prompt}, and returns @var{default} if the user enters the | ||
| 1429 | null string. | ||
| 1430 | @end defun | ||
| 1431 | |||
| 1432 | @node Minibuffer Misc | 1419 | @node Minibuffer Misc |
| 1433 | @section Minibuffer Miscellany | 1420 | @section Minibuffer Miscellany |
| 1434 | 1421 | ||