From: Stefan Kangas Date: Sun, 14 Jan 2024 13:47:39 +0000 (+0100) Subject: Doc fix in auth-source-read-char-choice X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d9caa5f5f043ae778981ffc5211af1d9e09f949f;p=emacs.git 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. (cherry picked from commit 7d869a04029798410773fe6071e76b556d3a9ee2) --- diff --git a/lisp/auth-source.el b/lisp/auth-source.el index cf93cb05fba..e62a9eaa7b1 100644 --- a/lisp/auth-source.el +++ b/lisp/auth-source.el @@ -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