aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Heuer1998-08-29 16:34:51 +0000
committerKarl Heuer1998-08-29 16:34:51 +0000
commit3e0aea0f8d7b05b94482db78a50ecfd01ebf32d4 (patch)
tree41a61d046ee67bc810f953830be33eaa518a2319
parentae2777b77ab61c109b92e0b7fd00fc56f9afb61f (diff)
downloademacs-3e0aea0f8d7b05b94482db78a50ecfd01ebf32d4.tar.gz
emacs-3e0aea0f8d7b05b94482db78a50ecfd01ebf32d4.zip
*** empty log message ***
-rw-r--r--lispref/minibuf.texi13
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.
1416The return value of @code{map-y-or-n-p} is the number of objects acted on. 1416The 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
1426This function reads a password, echoing @samp{.} in the echo area
1427for each character entered, and returns it as a string. It prompts
1428with @var{prompt}, and returns @var{default} if the user enters the
1429null string.
1430@end defun
1431
1432@node Minibuffer Misc 1419@node Minibuffer Misc
1433@section Minibuffer Miscellany 1420@section Minibuffer Miscellany
1434 1421