diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2023-10-01 15:37:06 +0200 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2023-10-01 15:37:06 +0200 |
commit | 3ef259e28a84049fdb4499c9ad81ed2c3216f76b (patch) | |
tree | d58da37bc1797c4459030d5b4fb74fbf6f67f311 /doc/emacs | |
parent | 712505a82b905873dc7aeddda03423ee296edf6c (diff) | |
download | emacs-3ef259e28a84049fdb4499c9ad81ed2c3216f76b.tar.gz emacs-3ef259e28a84049fdb4499c9ad81ed2c3216f76b.tar.bz2 emacs-3ef259e28a84049fdb4499c9ad81ed2c3216f76b.zip |
Improve documentation of `ns-use-proxy-icon`
* doc/emacs/macos.texi (Mac / GNUstep Customization):
* src/nsfns.m (syms_of_nsfns): Fix documentation of
'ns-use-proxy-icon'; explain what it does and how it's
used. (Bug#66190)
Diffstat (limited to 'doc/emacs')
-rw-r--r-- | doc/emacs/macos.texi | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/emacs/macos.texi b/doc/emacs/macos.texi index 18811291a9e..8ace8ae7b2a 100644 --- a/doc/emacs/macos.texi +++ b/doc/emacs/macos.texi @@ -149,7 +149,10 @@ the corresponding left-hand key. @vindex ns-use-proxy-icon @item ns-use-proxy-icon This variable specifies whether to display the proxy icon in the -titlebar. +titlebar. The proxy icon can be used to drag the file associated with +the current buffer to other applications, much in the same way you +would do it from Finder. You might have to disable +@code{tool-bar-mode} to see the proxy icon. @vindex ns-confirm-quit @item ns-confirm-quit |