comparison lispref/minibuf.texi @ 27187:f6b52258db6a

Remove obsolete @tindex commands.
author Gerd Moellmann <gerd@gnu.org>
date Wed, 05 Jan 2000 14:29:37 +0000
parents 4b1a67a46d8c
children d2e5f1b7d8e2
comparison
equal deleted inserted replaced
27186:eb645a473bf8 27187:f6b52258db6a
448 @defvar file-name-history 448 @defvar file-name-history
449 A history list for file-name arguments. 449 A history list for file-name arguments.
450 @end defvar 450 @end defvar
451 451
452 @defvar buffer-name-history 452 @defvar buffer-name-history
453 @tindex buffer-name-history
454 A history list for buffer-name arguments. 453 A history list for buffer-name arguments.
455 @end defvar 454 @end defvar
456 455
457 @defvar regexp-history 456 @defvar regexp-history
458 A history list for regular expression arguments. 457 A history list for regular expression arguments.
1441 @cindex passwords, reading 1440 @cindex passwords, reading
1442 1441
1443 To read a password to pass to another program, you can use the 1442 To read a password to pass to another program, you can use the
1444 function @code{read-passwd}. 1443 function @code{read-passwd}.
1445 1444
1446 @tindex read-passwd
1447 @defun read-passwd prompt &optional confirm default 1445 @defun read-passwd prompt &optional confirm default
1448 This function reads a password, prompting with @var{prompt}. It does 1446 This function reads a password, prompting with @var{prompt}. It does
1449 not echo the password as the user types it; instead, it echoes @samp{.} 1447 not echo the password as the user types it; instead, it echoes @samp{.}
1450 for each character in the password. 1448 for each character in the password.
1451 1449