summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Pluim <rpluim@gmail.com>2023-02-21 16:55:21 +0100
committerRobert Pluim <rpluim@gmail.com>2023-02-21 16:55:21 +0100
commitef38774c02c3dd0fde6cc67e2105fb2d86f6a49c (patch)
treee29380da1b92ed78061dc25d25dc2fbec67a9b61
parentcf53e62a791a7585fe83e1752f205317a037df4c (diff)
downloademacs-ef38774c02c3dd0fde6cc67e2105fb2d86f6a49c.tar.gz
Improve dnd-direct-save-remote-files docstring
* lisp/dnd.el (dnd-direct-save-remote-files): Reword.
-rw-r--r--lisp/dnd.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/dnd.el b/lisp/dnd.el
index 3abb108a4a7..67907ec403e 100644
--- a/lisp/dnd.el
+++ b/lisp/dnd.el
@@ -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)