From 585695f08569188c0c7d16a220bb1f7328c7728b Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Wed, 21 Oct 2020 23:56:57 +0200 Subject: [PATCH] [Emacs] Clarify documentation --- org/config/emacs.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/org/config/emacs.org b/org/config/emacs.org index 98e786c..a6251c8 100644 --- a/org/config/emacs.org +++ b/org/config/emacs.org @@ -1583,9 +1583,9 @@ (setq dired-recursive-copies 'always) #+END_SRC - Also, when I have two Dired buffers opened side by side, I generally want - them to interact, for example if I want to move something around. So, let’s - tell Emacs that: + Also, when I have two Dired buffers opened side by side, I generally want + them to interact with each other, for example if I want to move around or + copy stuff. So, let’s tell Emacs that: #+BEGIN_SRC emacs-lisp (setq dired-dwim-target t) #+END_SRC