aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorEli Zaretskii2024-02-03 11:52:30 +0200
committerEli Zaretskii2024-02-03 11:52:30 +0200
commit37efb63a3df969fb2eeed70dfe7fcf6c187e05be (patch)
tree2e1d1dfb75a51a738b103816ec409272355951cc /lisp
parent138decdc9e68a5fc9dddd1a212ed5d63d77d5d22 (diff)
downloademacs-37efb63a3df969fb2eeed70dfe7fcf6c187e05be.tar.gz
emacs-37efb63a3df969fb2eeed70dfe7fcf6c187e05be.zip
; * lisp/eshell/em-unix.el (eshell/cp, eshell/ln): Delete extra space.
Bug#68862.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/eshell/em-unix.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/eshell/em-unix.el b/lisp/eshell/em-unix.el
index a88c7e09946..78dfd0654e2 100644
--- a/lisp/eshell/em-unix.el
+++ b/lisp/eshell/em-unix.el
@@ -590,7 +590,7 @@ Rename SOURCE to DEST, or move SOURCE(s) to DIRECTORY.
590 :external "cp" 590 :external "cp"
591 :show-usage 591 :show-usage
592 :usage "[OPTION]... SOURCE DEST 592 :usage "[OPTION]... SOURCE DEST
593 or: cp [OPTION]... SOURCE... DIRECTORY 593 or: cp [OPTION]... SOURCE... DIRECTORY
594Copy SOURCE to DEST, or multiple SOURCE(s) to DIRECTORY.") 594Copy SOURCE to DEST, or multiple SOURCE(s) to DIRECTORY.")
595 (if archive 595 (if archive
596 (setq preserve t no-dereference t em-recursive t)) 596 (setq preserve t no-dereference t em-recursive t))
@@ -619,7 +619,7 @@ Copy SOURCE to DEST, or multiple SOURCE(s) to DIRECTORY.")
619 :external "ln" 619 :external "ln"
620 :show-usage 620 :show-usage
621 :usage "[OPTION]... TARGET [LINK_NAME] 621 :usage "[OPTION]... TARGET [LINK_NAME]
622 or: ln [OPTION]... TARGET... DIRECTORY 622 or: ln [OPTION]... TARGET... DIRECTORY
623Create a link to the specified TARGET with optional LINK_NAME. If there is 623Create a link to the specified TARGET with optional LINK_NAME. If there is
624more than one TARGET, the last argument must be a directory; create links 624more than one TARGET, the last argument must be a directory; create links
625in DIRECTORY to each TARGET. Create hard links by default, symbolic links 625in DIRECTORY to each TARGET. Create hard links by default, symbolic links