diff options
| author | Glenn Morris | 2012-02-01 23:06:37 -0800 |
|---|---|---|
| committer | Glenn Morris | 2012-02-01 23:06:37 -0800 |
| commit | 7e2734bc381568d40f83d6cdfa7043bdfdde17f9 (patch) | |
| tree | 927d56ea8be79093d43ad024c9ae82db2aad8d80 /etc | |
| parent | f58b98224129b2b7996d22d7232438350787f898 (diff) | |
| download | emacs-7e2734bc381568d40f83d6cdfa7043bdfdde17f9.tar.gz emacs-7e2734bc381568d40f83d6cdfa7043bdfdde17f9.zip | |
Document read-char-choice.
* doc/lispref/commands.texi (Reading One Event):
* doc/lispref/help.texi (Help Functions): Document read-char-choice.
* etc/NEWS: Markup.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -1253,6 +1253,7 @@ jumping all the way to the top-level. | |||
| 1253 | ** The function format-time-string now supports the %N directive, for | 1253 | ** The function format-time-string now supports the %N directive, for |
| 1254 | higher-resolution time stamps. | 1254 | higher-resolution time stamps. |
| 1255 | 1255 | ||
| 1256 | +++ | ||
| 1256 | ** New function `read-char-choice' reads a restricted set of characters, | 1257 | ** New function `read-char-choice' reads a restricted set of characters, |
| 1257 | discarding any inputs not inside the set. | 1258 | discarding any inputs not inside the set. |
| 1258 | 1259 | ||