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)
This commit is contained in:
parent
712505a82b
commit
3ef259e28a
2 changed files with 10 additions and 2 deletions
|
@ -149,7 +149,10 @@ the corresponding left-hand key.
|
||||||
@vindex ns-use-proxy-icon
|
@vindex ns-use-proxy-icon
|
||||||
@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.
|
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
|
@vindex ns-confirm-quit
|
||||||
@item ns-confirm-quit
|
@item ns-confirm-quit
|
||||||
|
|
|
@ -3919,7 +3919,12 @@ - (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.
|
||||||
Default is t. */);
|
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
|
||||||
|
`tool-bar-mode' to see the proxy icon.
|
||||||
|
|
||||||
|
The default value is t. */);
|
||||||
ns_use_proxy_icon = true;
|
ns_use_proxy_icon = true;
|
||||||
|
|
||||||
DEFVAR_LISP ("x-max-tooltip-size", Vx_max_tooltip_size,
|
DEFVAR_LISP ("x-max-tooltip-size", Vx_max_tooltip_size,
|
||||||
|
|
Loading…
Add table
Reference in a new issue