Doc fix in auth-source-read-char-choice
* lisp/auth-source.el (auth-source-read-char-choice): Don't document 'dropdown-list', which was removed in 2011.
This commit is contained in:
parent
f149de223b
commit
7d869a0402
1 changed files with 0 additions and 1 deletions
|
@ -330,7 +330,6 @@ If the value is not a list, symmetric encryption will be used."
|
|||
|
||||
(defun auth-source-read-char-choice (prompt choices)
|
||||
"Read one of CHOICES by `read-char-choice', or `read-char'.
|
||||
`dropdown-list' support is disabled because it doesn't work reliably.
|
||||
Only one of CHOICES will be returned. The PROMPT is augmented
|
||||
with \"[a/b/c] \" if CHOICES is \(?a ?b ?c)."
|
||||
(when choices
|
||||
|
|
Loading…
Add table
Reference in a new issue