summaryrefslogtreecommitdiff
path: root/lisp/menu-bar.el
diff options
context:
space:
mode:
authorRobert Pluim <rpluim@gmail.com>2022-02-01 12:01:14 +0100
committerRobert Pluim <rpluim@gmail.com>2022-02-08 17:09:15 +0100
commit1ea2993e83ad43bb9e93eb95fe858d2d90011a9e (patch)
tree5758deae40e019f5d0a07696d070240444429741 /lisp/menu-bar.el
parent57df45749259e2b6fd5f629107a868f0df9725cb (diff)
downloademacs-1ea2993e83ad43bb9e93eb95fe858d2d90011a9e.tar.gz
Improve make-frame-on-display initial values
* doc/emacs/frames.texi (Multiple Displays): Add index entry for 'display server'. * lisp/frame.el (make-frame-on-display): Specify sensible initial values when reading display name. * lisp/menu-bar.el (menu-bar-file-menu): Use 'display server' rather than 'display' to avoid monitor<->display confusion.
Diffstat (limited to 'lisp/menu-bar.el')
-rw-r--r--lisp/menu-bar.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el
index 7678b1ece66..e26355293f3 100644
--- a/lisp/menu-bar.el
+++ b/lisp/menu-bar.el
@@ -131,9 +131,9 @@
:visible (fboundp 'make-frame-on-monitor)
:help "Open a new frame on another monitor"))
(bindings--define-key menu [make-frame-on-display]
- '(menu-item "New Frame on Display..." make-frame-on-display
+ '(menu-item "New Frame on Display Server..." make-frame-on-display
:visible (fboundp 'make-frame-on-display)
- :help "Open a new frame on another display"))
+ :help "Open a new frame on a display server"))
(bindings--define-key menu [make-frame]
'(menu-item "New Frame" make-frame-command
:visible (fboundp 'make-frame-command)