changeset 23145:3dbf2c9c42b3

*** empty log message ***
author Karl Heuer <kwzh@gnu.org>
date Sat, 29 Aug 1998 16:34:51 +0000
parents 44cb6e3cab44
children 660408664b96
files lispref/minibuf.texi
diffstat 1 files changed, 0 insertions(+), 13 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/minibuf.texi	Sat Aug 29 16:20:08 1998 +0000
+++ b/lispref/minibuf.texi	Sat Aug 29 16:34:51 1998 +0000
@@ -1416,19 +1416,6 @@
 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