Doc fix in auth-source-read-char-choice
authorStefan Kangas <stefankangas@gmail.com>
Sun, 14 Jan 2024 13:47:39 +0000 (14:47 +0100)
committerStefan Kangas <stefankangas@gmail.com>
Sun, 14 Jan 2024 13:47:39 +0000 (14:47 +0100)
* lisp/auth-source.el (auth-source-read-char-choice): Don't
document 'dropdown-list', which was removed in 2011.

lisp/auth-source.el

index 5776b6acb8c317f1faf93eda0c975061b76edf41..5969cdbf9f8e087addcfb958f3eee7bc2a91530b 100644 (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