comparison lisp/utils/passwd.el @ 30:ec9a17fef872 r19-15b98

Import from CVS: tag r19-15b98
author cvs
date Mon, 13 Aug 2007 08:52:29 +0200
parents 4103f0995bd7
children 131b0175ea99
comparison
equal deleted inserted replaced
29:7976500f47f9 30:ec9a17fef872
100 again to confirm that they typed it correctly. 100 again to confirm that they typed it correctly.
101 If optional arg DEFAULT is provided, then it is a string to insert as 101 If optional arg DEFAULT is provided, then it is a string to insert as
102 the default choice (it is not, of course, displayed.) 102 the default choice (it is not, of course, displayed.)
103 103
104 If running under X, the keyboard will be grabbed (with XGrabKeyboard()) 104 If running under X, the keyboard will be grabbed (with XGrabKeyboard())
105 to reduce the possibility that evesdropping is occuring. 105 to reduce the possibility that eavesdropping is occuring.
106 106
107 When reading a password, all keys self-insert, except for: 107 When reading a password, all keys self-insert, except for:
108 \\<read-passwd-map> 108 \\<read-passwd-map>
109 \\[read-passwd-erase-line] Erase the entire line. 109 \\[read-passwd-erase-line] Erase the entire line.
110 \\[quoted-insert] Insert the next character literally. 110 \\[quoted-insert] Insert the next character literally.