diff options
| author | Lars Ingebrigtsen | 2016-02-04 19:51:54 +1100 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2016-02-04 19:52:07 +1100 |
| commit | 4531b03ec98b50fc61baad2b75f6faf439894583 (patch) | |
| tree | 480bd9f181799d8cf9dba26860360b57131820b9 /etc | |
| parent | d95c7bb472cd259661dfed41ccfe534f9026c826 (diff) | |
| download | emacs-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/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -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 | ||
| 287 | multiple-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 | +++ |