diff options
| author | Stefan Kangas | 2023-10-01 18:27:11 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2023-10-01 18:27:11 +0200 |
| commit | fa0d3f45aebb4f2016772b2261f10f6793efbc31 (patch) | |
| tree | 74e084d06a6628e0c5b22da163a8a4d19e0605ab /src | |
| parent | 3ef259e28a84049fdb4499c9ad81ed2c3216f76b (diff) | |
| download | emacs-fa0d3f45aebb4f2016772b2261f10f6793efbc31.tar.gz emacs-fa0d3f45aebb4f2016772b2261f10f6793efbc31.zip | |
; Improve wording of last change
* doc/emacs/macos.texi (Mac / GNUstep Customization):
* src/nsfns.m (syms_of_nsfns): Improve wording.
Reported by Gerd Möllmann <gerd.moellmann@gmail.com>.
Diffstat (limited to 'src')
| -rw-r--r-- | src/nsfns.m | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nsfns.m b/src/nsfns.m index 1aab5a3b508..cced5510bd7 100644 --- a/src/nsfns.m +++ b/src/nsfns.m | |||
| @@ -3920,8 +3920,8 @@ be used as the image of the icon representing the frame. */); | |||
| 3920 | DEFVAR_BOOL ("ns-use-proxy-icon", ns_use_proxy_icon, | 3920 | DEFVAR_BOOL ("ns-use-proxy-icon", ns_use_proxy_icon, |
| 3921 | doc: /* When non-nil display a proxy icon in the titlebar. | 3921 | doc: /* When non-nil display a proxy icon in the titlebar. |
| 3922 | The proxy icon can be used to drag the file associated with the | 3922 | The proxy icon can be used to drag the file associated with the |
| 3923 | current buffer to other applications, much in the same way you would | 3923 | current buffer to other applications, a printer, the desktop, etc., in |
| 3924 | do it from Finder. Note that you might have to disable | 3924 | the same way you can from Finder. Note that you might have to disable |
| 3925 | `tool-bar-mode' to see the proxy icon. | 3925 | `tool-bar-mode' to see the proxy icon. |
| 3926 | 3926 | ||
| 3927 | The default value is t. */); | 3927 | The default value is t. */); |