emacs-super-duper-yes-or-no

Replace the yes-or-no function with an even more demanding yes or no prompt, rather than with y-or-n.
Log | Files | Refs | LICENSE

commit f440ae5061a5f8ed8688dad6f1ad045cd570bb98
parent ae3982d2182a120511f79eec6326876ccef4f190
Author: Yuval Langer <yuvallangerontheroad@gmail.com>
Date:   Sat,  7 Oct 2023 00:25:59 +0300

Add a docstring.

Diffstat:
Msuper-duper-yes-or-no.el | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/super-duper-yes-or-no.el b/super-duper-yes-or-no.el @@ -163,6 +163,7 @@ Display in minibuffer PROMPT followed by two sequences of words, one for yes and wanted-yes-string))) (defun sd--toggle-char-case (our-char) + "Return the downcase of OUR-CHAR if it is uppercase, otherwise the uppercase version." (cond ((char-uppercase-p our-char) (downcase our-char))