# HG changeset patch # User Karl Heuer # Date 904408491 0 # Node ID 3dbf2c9c42b3efdf073afb325eaac673d9ee4cab # Parent 44cb6e3cab4400509545264bcbaf0324d84c964d *** empty log message *** diff -r 44cb6e3cab44 -r 3dbf2c9c42b3 lispref/minibuf.texi --- 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