diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2024-01-14 14:47:39 +0100 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2024-01-14 14:47:39 +0100 |
commit | 7d869a04029798410773fe6071e76b556d3a9ee2 (patch) | |
tree | 62cda9be6b0535244a43c922fdde6ae472054496 /lisp | |
parent | f149de223bf19a55cacf89cc6e2dcc915189cabc (diff) | |
download | emacs-7d869a04029798410773fe6071e76b556d3a9ee2.tar.gz emacs-7d869a04029798410773fe6071e76b556d3a9ee2.tar.bz2 emacs-7d869a04029798410773fe6071e76b556d3a9ee2.zip |
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.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/auth-source.el | 1 |
1 files changed, 0 insertions, 1 deletions
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 |