]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/eshell/em-unix.el (eshell/cp, eshell/ln): Delete extra space.
authorEli Zaretskii <eliz@gnu.org>
Sat, 3 Feb 2024 09:52:30 +0000 (11:52 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sun, 4 Feb 2024 11:05:00 +0000 (12:05 +0100)
Bug#68862.

(cherry picked from commit 37efb63a3df969fb2eeed70dfe7fcf6c187e05be)

lisp/eshell/em-unix.el

index a88c7e0994632089bef5aa46d826d8d429f33c7a..78dfd0654e278d7926ea1979fa209611cbbb74bf 100644 (file)
@@ -590,7 +590,7 @@ Rename SOURCE to DEST, or move SOURCE(s) to DIRECTORY.
      :external "cp"
      :show-usage
      :usage "[OPTION]... SOURCE DEST
-   or:  cp [OPTION]... SOURCE... DIRECTORY
+   or: cp [OPTION]... SOURCE... DIRECTORY
 Copy SOURCE to DEST, or multiple SOURCE(s) to DIRECTORY.")
    (if archive
        (setq preserve t no-dereference t em-recursive t))
@@ -619,7 +619,7 @@ Copy SOURCE to DEST, or multiple SOURCE(s) to DIRECTORY.")
      :external "ln"
      :show-usage
      :usage "[OPTION]... TARGET [LINK_NAME]
-   or:  ln [OPTION]... TARGET... DIRECTORY
+   or: ln [OPTION]... TARGET... DIRECTORY
 Create a link to the specified TARGET with optional LINK_NAME.  If there is
 more than one TARGET, the last argument must be a directory;  create links
 in DIRECTORY to each TARGET.  Create hard links by default, symbolic links