comparison lisp/utils/passwd.el @ 108:360340f9fd5f r20-1b6

Import from CVS: tag r20-1b6
author cvs
date Mon, 13 Aug 2007 09:18:39 +0200
parents 4be1180a9e89
children cca96a509cfe
comparison
equal deleted inserted replaced
107:523141596bda 108:360340f9fd5f
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.