; 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>.
This commit is contained in:
Stefan Kangas 2023-10-01 18:27:11 +02:00
parent 3ef259e28a
commit fa0d3f45ae
2 changed files with 4 additions and 4 deletions

View file

@ -150,8 +150,8 @@ the corresponding left-hand key.
@item ns-use-proxy-icon @item ns-use-proxy-icon
This variable specifies whether to display the proxy icon in the This variable specifies whether to display the proxy icon in the
titlebar. The proxy icon can be used to drag the file associated with 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 the current buffer to other applications, a printer, the desktop,
would do it from Finder. You might have to disable etc., in the same way you can from Finder. You might have to disable
@code{tool-bar-mode} to see the proxy icon. @code{tool-bar-mode} to see the proxy icon.
@vindex ns-confirm-quit @vindex ns-confirm-quit

View file

@ -3920,8 +3920,8 @@ - (Lisp_Object)lispString
DEFVAR_BOOL ("ns-use-proxy-icon", ns_use_proxy_icon, DEFVAR_BOOL ("ns-use-proxy-icon", ns_use_proxy_icon,
doc: /* When non-nil display a proxy icon in the titlebar. doc: /* When non-nil display a proxy icon in the titlebar.
The proxy icon can be used to drag the file associated with the 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 current buffer to other applications, a printer, the desktop, etc., in
do it from Finder. Note that you might have to disable the same way you can from Finder. Note that you might have to disable
`tool-bar-mode' to see the proxy icon. `tool-bar-mode' to see the proxy icon.
The default value is t. */); The default value is t. */);