Tags: patch As discussed in https://lists.gnu.org/archive/html/emacs-devel/2020-12/msg01915.html here is an option that accomplishes the mapping of (defalias 'yes-or-no-p 'y-or-n-p) > It's a bit more than just > > Non-nil means `yes-or-no-p' uses shorter answers "y" or "n". > > because short circuiting it to 'y-or-n-p' means it will also obey > 'y-or-n-p-use-read-key'. This is a related option, but I'm not sure if it should be mentioned in the docstring. Maybe a simple reference should be sufficient?