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:
Stefan Kangas 2024-01-14 14:47:39 +01:00
parent f149de223b
commit 7d869a0402

View file

@ -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