]> git.eshelyaron.com Git - emacs.git/commitdiff
; Improve wording of last change
authorStefan Kangas <stefankangas@gmail.com>
Sun, 1 Oct 2023 16:27:11 +0000 (18:27 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Sun, 1 Oct 2023 16:27:11 +0000 (18:27 +0200)
* doc/emacs/macos.texi (Mac / GNUstep Customization):
* src/nsfns.m (syms_of_nsfns): Improve wording.
Reported by Gerd Möllmann <gerd.moellmann@gmail.com>.

doc/emacs/macos.texi
src/nsfns.m

index 8ace8ae7b2a1e74f5183d6c1e6fdd6af0127bc2a..c1927a01eb4805661e24cb11cd58f0a8575de65e 100644 (file)
@@ -150,8 +150,8 @@ the corresponding left-hand key.
 @item ns-use-proxy-icon
 This variable specifies whether to display the proxy icon in the
 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
+the current buffer to other applications, a printer, the desktop,
+etc., in the same way you can from Finder.  You might have to disable
 @code{tool-bar-mode} to see the proxy icon.
 
 @vindex ns-confirm-quit
index 1aab5a3b50877754b4d79dcdd881b949e08efc32..cced5510bd7474a41ff99bfe38ce8068e0d019fb 100644 (file)
@@ -3920,8 +3920,8 @@ be used as the image of the icon representing the frame.  */);
   DEFVAR_BOOL ("ns-use-proxy-icon", ns_use_proxy_icon,
                doc: /* When non-nil display a proxy icon in the 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.  Note that you might have to disable
+current buffer to other applications, a printer, the desktop, etc., in
+the same way you can from Finder.  Note that you might have to disable
 `tool-bar-mode' to see the proxy icon.
 
 The default value is t.  */);