projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f149de2
)
Doc fix in auth-source-read-char-choice
author
Stefan Kangas
<stefankangas@gmail.com>
Sun, 14 Jan 2024 13:47:39 +0000
(14:47 +0100)
committer
Stefan 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
patch
|
blob
|
history
diff --git
a/lisp/auth-source.el
b/lisp/auth-source.el
index 5776b6acb8c317f1faf93eda0c975061b76edf41..5969cdbf9f8e087addcfb958f3eee7bc2a91530b 100644
(file)
--- 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