]> git.eshelyaron.com Git - emacs.git/commitdiff
Improve dnd-direct-save-remote-files docstring
authorRobert Pluim <rpluim@gmail.com>
Tue, 21 Feb 2023 15:55:21 +0000 (16:55 +0100)
committerRobert Pluim <rpluim@gmail.com>
Tue, 21 Feb 2023 15:55:21 +0000 (16:55 +0100)
* lisp/dnd.el (dnd-direct-save-remote-files): Reword.

lisp/dnd.el

index 3abb108a4a7910a810458e8f5bff8b8210672f42..67907ec403e2c6f9d729e43a4fe6ad6fea271592 100644 (file)
@@ -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)