From: Stefan Kangas Date: Sun, 14 Jan 2024 13:47:39 +0000 (+0100) Subject: Doc fix in auth-source-read-char-choice X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~15^2~15 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=7d869a04029798410773fe6071e76b556d3a9ee2;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. --- diff --git a/lisp/auth-source.el b/lisp/auth-source.el index 5776b6acb8c..5969cdbf9f8 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