]> git.eshelyaron.com Git - emacs.git/commitdiff
* doc/emacs/files.texi (Copying and Naming): Avoid confusing texi2pdf.
authorGlenn Morris <rgm@gnu.org>
Fri, 18 Aug 2017 01:49:27 +0000 (21:49 -0400)
committerGlenn Morris <rgm@gnu.org>
Fri, 18 Aug 2017 01:49:27 +0000 (21:49 -0400)
doc/emacs/files.texi

index 9d6e62b5f304dd99b3b700ab55d5fe0aa8e57838..04d2fc1c9991e3aa20af196cd5b3c963a442cce8 100644 (file)
@@ -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}
-@c FIXME: This part of the example should be '/tmp/' not '/tmp',
-@c because '/tmp' is not "just a directory name".
-/tmp
-@c
-@key{RET}} renames @file{~/foo} to @file{/tmp/foo}.  All these
+non-directory component as @var{old}.  For example,
+@c FIXME: '/tmp' should be '/tmp/' because '/tmp'
+@c is not "just a directory name".
+@kbd{M-x 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.