summaryrefslogtreecommitdiff
path: root/lispref
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1998-08-29 16:34:51 +0000
committerKarl Heuer <kwzh@gnu.org>1998-08-29 16:34:51 +0000
commit3e0aea0f8d7b05b94482db78a50ecfd01ebf32d4 (patch)
tree41a61d046ee67bc810f953830be33eaa518a2319 /lispref
parentae2777b77ab61c109b92e0b7fd00fc56f9afb61f (diff)
downloademacs-3e0aea0f8d7b05b94482db78a50ecfd01ebf32d4.tar.gz
*** empty log message ***
Diffstat (limited to 'lispref')
-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.
The return value of @code{map-y-or-n-p} is the number of objects acted on.
@end defun
-@node Reading a Password
-@section Reading a Password
-
- This function is useful for reading passwords.
-
-@defun read-password prompt default
-@tindex read-password
-This function reads a password, echoing @samp{.} in the echo area
-for each character entered, and returns it as a string. It prompts
-with @var{prompt}, and returns @var{default} if the user enters the
-null string.
-@end defun
-
@node Minibuffer Misc
@section Minibuffer Miscellany