summaryrefslogtreecommitdiff
path: root/helm-help.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2016-04-26 14:58:13 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2016-04-26 14:58:13 +0200
commit3099cfca9e35b3df9bd1e80057f96246ef2e1705 (patch)
treeea88a3afc020f296ee5ae7ef42f2829665d450dc /helm-help.el
parentd1b7b0c327f85fe0e81f63ccf6fc41ca89107343 (diff)
Spelling fixes in help.
Diffstat (limited to 'helm-help.el')
-rw-r--r--helm-help.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/helm-help.el b/helm-help.el
index 6d41666b..9b6bff4b 100644
--- a/helm-help.el
+++ b/helm-help.el
@@ -356,10 +356,11 @@ You can do the same but with \"**.el\" (note the two stars),
this will select recursively all \".el\" files under current directory.
Note that when copying recursively files, you may have files with same name
-dispatched in the different directories, so when copying them in the same directory
+dispatched in the different subdirectories, so when copying them in the same directory
they would be overwrited. To avoid this helm have a special action called \"backup files\"
that have the same behavior as the command line \"cp --backup=numbered\", it allows you
-copying for example many *.jpg files with the same name from different directories in one directory.
+copying for example many *.jpg files with the same name from different
+subdirectories in one directory.
Files with same name are renamed like this: \"foo.txt.~1~\".
NOTE: This command is available only when `dired-async-mode' is used.