]> git.eshelyaron.com Git - emacs.git/commitdiff
read-multiple-choice: explain dialog popups more
authorTed Zlatanov <tzz@lifelogs.com>
Tue, 31 Jan 2017 19:17:58 +0000 (14:17 -0500)
committerTed Zlatanov <tzz@lifelogs.com>
Tue, 31 Jan 2017 19:18:51 +0000 (14:18 -0500)
* lisp/emacs-lisp/subr-x.el (read-multiple-choice): Explain
when a graphical popup is used and how it can be avoided.

lisp/emacs-lisp/subr-x.el

index 7736225b5fa8203e3f578e5211afdce09b9a9daa..52331b9ad3657db9e59602785ea3ed19a3a61296 100644 (file)
@@ -214,6 +214,11 @@ user enters `recenter', `scroll-up', or `scroll-down' responses,
 perform the requested window recentering or scrolling and ask
 again.
 
+When `use-dialog-box' is t (the default), this function can pop
+up a dialog window to collect the user input. That functionality
+requires `display-popup-menus-p' to return t. Otherwise, a text
+dialog will be used.
+
 The return value is the matching entry from the CHOICES list.
 
 Usage example: