emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 37efb63a3df: ; * lisp/eshell/em-unix.el (eshell/cp, eshell/ln): D


From: Eli Zaretskii
Subject: master 37efb63a3df: ; * lisp/eshell/em-unix.el (eshell/cp, eshell/ln): Delete extra space.
Date: Sat, 3 Feb 2024 04:53:34 -0500 (EST)

branch: master
commit 37efb63a3df969fb2eeed70dfe7fcf6c187e05be
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * lisp/eshell/em-unix.el (eshell/cp, eshell/ln): Delete extra space.
    
    Bug#68862.
---
 lisp/eshell/em-unix.el | 4 ++--
 1 file 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.
      :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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]