emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 7ab9546: * doc/emacs/files.texi (Copying and Naming


From: Glenn Morris
Subject: [Emacs-diffs] master 7ab9546: * doc/emacs/files.texi (Copying and Naming): Avoid confusing texi2pdf.
Date: Thu, 17 Aug 2017 21:49:46 -0400 (EDT)

branch: master
commit 7ab95461f7aa7e3d19eed99d6410dc25778a8f1b
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    * doc/emacs/files.texi (Copying and Naming): Avoid confusing texi2pdf.
---
 doc/emacs/files.texi | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/doc/emacs/files.texi b/doc/emacs/files.texi
index 9d6e62b..04d2fc1 100644
--- a/doc/emacs/files.texi
+++ b/doc/emacs/files.texi
@@ -1556,13 +1556,11 @@ not accept wildcard file names.
 
 In all these commands, if the argument @var{new} is just a directory
 name, the real new name is in that directory, with the same
-non-directory component as @var{old}.  For example, @kbd{M-x
-rename-file @key{RET} ~/foo @key{RET}
address@hidden FIXME: This part of the example should be '/tmp/' not '/tmp',
address@hidden because '/tmp' is not "just a directory name".
-/tmp
address@hidden
address@hidden renames @file{~/foo} to @file{/tmp/foo}.  All these
+non-directory component as @var{old}.  For example,
address@hidden FIXME: '/tmp' should be '/tmp/' because '/tmp'
address@hidden is not "just a directory name".
address@hidden rename-file @key{RET} ~/foo @key{RET} /tmp @key{RET}}
+renames @file{~/foo} to @file{/tmp/foo}.  All these
 commands ask for confirmation when the new file name already exists,
 too.
 



reply via email to

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