Improve dnd-direct-save-remote-files docstring
* lisp/dnd.el (dnd-direct-save-remote-files): Reword.
This commit is contained in:
parent
cf53e62a79
commit
ef38774c02
1 changed files with 2 additions and 2 deletions
|
@ -108,11 +108,11 @@ program."
|
|||
|
||||
(defcustom dnd-direct-save-remote-files 'x
|
||||
"Whether or not to perform a direct save of remote files.
|
||||
This is compatible with less programs, but means dropped files
|
||||
This is compatible with fewer programs, but means dropped files
|
||||
will be saved with their actual file names, and not a temporary
|
||||
file name provided by TRAMP.
|
||||
|
||||
This defaults to `x', which means only to drop that way on X
|
||||
This defaults to `x', which means to save that way only on X
|
||||
Windows."
|
||||
:type '(choice (const :tag "Only use direct save on X Windows" x)
|
||||
(const :tag "Use direct save everywhere" t)
|
||||
|
|
Loading…
Add table
Reference in a new issue