]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKarl Heuer <kwzh@gnu.org>
Sat, 29 Aug 1998 16:34:51 +0000 (16:34 +0000)
committerKarl Heuer <kwzh@gnu.org>
Sat, 29 Aug 1998 16:34:51 +0000 (16:34 +0000)
lispref/minibuf.texi

index dd0a7e82cbe4724a08eb92a4e58ad921d320f210..81a566c11fb859de0d51f3634bf05232a16c4edc 100644 (file)
@@ -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