diff options
Diffstat (limited to 'lisp/frame.el')
| -rw-r--r-- | lisp/frame.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/frame.el b/lisp/frame.el index 8f65cc7f1e5..7a12c9fc2e0 100644 --- a/lisp/frame.el +++ b/lisp/frame.el @@ -1210,8 +1210,7 @@ frame's display)." (defun display-selections-p (&optional display) "Return non-nil if DISPLAY supports selections. A selection is a way to transfer text or other data between programs -via special system buffers called `selection' or `cut buffer' or -`clipboard'. +via special system buffers called `selection' or `clipboard'. DISPLAY can be a display name, a frame, or nil (meaning the selected frame's display)." (let ((frame-type (framep-on-display display))) |
