aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLars Ingebrigtsen2016-02-04 19:51:54 +1100
committerLars Ingebrigtsen2016-02-04 19:52:07 +1100
commit4531b03ec98b50fc61baad2b75f6faf439894583 (patch)
tree480bd9f181799d8cf9dba26860360b57131820b9 /etc
parentd95c7bb472cd259661dfed41ccfe534f9026c826 (diff)
downloademacs-4531b03ec98b50fc61baad2b75f6faf439894583.tar.gz
emacs-4531b03ec98b50fc61baad2b75f6faf439894583.zip
New function read-multiple-choice
* doc/lispref/commands.texi (Reading One Event): Document read-multiple-choice. * lisp/faces.el (read-multiple-choice-face): New face. * lisp/subr.el (read-multiple-choice): New function.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 1f4f9895315..3b520ec50b1 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -283,6 +283,10 @@ selected window is strongly dedicated to its buffer.
283`even-window-sizes' and now handles window widths as well. 283`even-window-sizes' and now handles window widths as well.
284 284
285+++ 285+++
286** New function `read-multiple-choice' use to prompt for
287multiple-choice questions, with a handy way to display help texts.
288
289+++
286** terpri gets an optional arg ENSURE to conditionally output a newline. 290** terpri gets an optional arg ENSURE to conditionally output a newline.
287 291
288+++ 292+++