1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-26 07:11:34 -08:00
emacs/doc
Juri Linkov a26a8cc1c8 'y-or-n-p' now uses the minibuffer to read 'y' or 'n' answer (bug#38076)
* doc/lispref/minibuf.texi (Yes-or-No Queries): Update the fact
that y-or-n-p uses the minibuffer.

* lisp/subr.el (y-or-n-p-history-variable): New variable.
(y-or-n-p-map): New keymap.
(y-or-n-p-insert-y, y-or-n-p-insert-n, y-or-n-p-insert-other):
New commands.
(y-or-n-p): Rewrite to use read-from-minibuffer and make-composed-keymap
with y-or-n-p-map and query-replace-map.
2019-11-10 00:04:13 +02:00
..
emacs Minor fix in the Emacs manual 2019-11-06 19:22:11 +02:00
lispintro Revert "Omit edition numbers and dates in manuals" 2019-11-02 09:52:39 +02:00
lispref 'y-or-n-p' now uses the minibuffer to read 'y' or 'n' answer (bug#38076) 2019-11-10 00:04:13 +02:00
man Enable tab-bar-mode from X resources 2019-10-13 23:56:17 +03:00
misc CC Mode. Allow fontification of "wrong" style comments with warning face. 2019-11-09 12:09:30 +00:00