aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorGlenn Morris2012-02-01 23:06:37 -0800
committerGlenn Morris2012-02-01 23:06:37 -0800
commit7e2734bc381568d40f83d6cdfa7043bdfdde17f9 (patch)
tree927d56ea8be79093d43ad024c9ae82db2aad8d80 /etc
parentf58b98224129b2b7996d22d7232438350787f898 (diff)
downloademacs-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/NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 0299572ca58..ec508771abc 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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
1254higher-resolution time stamps. 1254higher-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,
1257discarding any inputs not inside the set. 1258discarding any inputs not inside the set.
1258 1259