]> git.eshelyaron.com Git - emacs.git/commit
Move read-char-from-minibuffer from simple.el to subr.el and document it.
authorJuri Linkov <juri@linkov.net>
Sun, 10 Nov 2019 21:06:37 +0000 (23:06 +0200)
committerJuri Linkov <juri@linkov.net>
Sun, 10 Nov 2019 21:06:37 +0000 (23:06 +0200)
commitf216f38870c14ba995cd004b1e98c9f9ce8c2874
tree29001035804b5a6280566a14a0f8dc9fd84321e2
parentb15a2fc3481cdce9c1aeb719b90d8348de632a0c
Move read-char-from-minibuffer from simple.el to subr.el and document it.

* doc/lispref/minibuf.texi (Multiple Queries):
Document read-char-from-minibuffer (bug#10477, bug#38076).

* lisp/subr.el (read-char-history)
(read-char-from-minibuffer-map)
(read-char-from-minibuffer-map-hash)
(read-char-from-minibuffer-insert-char)
(read-char-from-minibuffer-insert-other, empty-history)
(read-char-from-minibuffer): Move from simple.el to subr.el.
doc/lispref/minibuf.texi
etc/NEWS
lisp/simple.el
lisp/subr.el