summaryrefslogtreecommitdiff
path: root/man/ediff.texi
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>2000-05-23 11:12:04 +0000
committerGerd Moellmann <gerd@gnu.org>2000-05-23 11:12:04 +0000
commit60a963715f5bd6e456da0062a3cc636660ac9804 (patch)
tree4ffae71f6368faf7d61a9c4781d6e7dca1df2250 /man/ediff.texi
parentd23ee514831a01d1d36d18de2bae63e7373b807f (diff)
downloademacs-60a963715f5bd6e456da0062a3cc636660ac9804.tar.gz
*** empty log message ***
Diffstat (limited to 'man/ediff.texi')
-rw-r--r--man/ediff.texi20
1 files changed, 10 insertions, 10 deletions
diff --git a/man/ediff.texi b/man/ediff.texi
index 8547b3fb72a..d0832ec68f5 100644
--- a/man/ediff.texi
+++ b/man/ediff.texi
@@ -114,7 +114,7 @@ you don't like).
Ediff even understands multi-file patches and can apply them interactively!
(Ediff can recognize multi-file patches only if they are in the context
format or GNU unified format. All other patches are treated as 1-file
-patches. Ediff is [hopefully] using the same algorithm as @file{patch} to
+patches. Ediff is [hopefully] using the same algorithm as @command{patch} to
determine which files need to be patched.)
Ediff is aware of version control, which lets you compare
@@ -222,7 +222,7 @@ the case. To avoid this extra prompt, you can invoke this command with a
prefix argument. With an odd prefix argument, Ediff assumes the patch
is in a file; with an even argument, a buffer is assumed.
-Note that @code{ediff-patch-file} will actually use the @file{patch}
+Note that @code{ediff-patch-file} will actually use the @command{patch}
utility to change the the original files on disk. This is not that
dangerous, since you will always have the original contents of the file
saved in another file that has the extension @file{.orig}.
@@ -249,7 +249,7 @@ appears in some other buffer that has the name ending with @emph{_patched}.
This function would refuse to apply a multifile patch to a buffer. Use
@code{ediff-patch-file} for that (and when you want the original file to be
-modified by the @file{patch} utility).
+modified by the @command{patch} utility).
Since the patch might be in a buffer or a file, you will be asked which is
the case. To avoid this extra prompt, you can invoke this command with a
@@ -340,7 +340,7 @@ the VMS version of @code{diff}.
The functions @code{ediff-files}, @code{ediff-buffers},
@code{ediff-files3}, @code{ediff-buffers3} first display the coarse,
-line-based difference regions, as reported by the @file{diff} program. The
+line-based difference regions, as reported by the @command{diff} program. The
total number of difference regions and the current difference number are
always displayed in the mode line of the control window.
@@ -446,9 +446,9 @@ Scrolls buffers to the right.
@item wd
Saves the output from the diff utility, for further reference.
-With prefix argument, saves the plain output from @file{diff} (see
+With prefix argument, saves the plain output from @command{diff} (see
@code{ediff-diff-program} and @code{ediff-diff-options}). Without the
-argument, it saves customized @file{diff} output (see
+argument, it saves customized @command{diff} output (see
@code{ediff-custom-diff-program} and @code{ediff-custom-diff-options}), if
it is available.
@@ -669,7 +669,7 @@ Runs @code{ediff-custom-diff-program} on the variants and displays the
buffer containing the output. This is useful when you must send the output
to your Mom.
-With a prefix argument, displays the plain @file{diff} output.
+With a prefix argument, displays the plain @command{diff} output.
@xref{Patch and Diff Programs}, for details.
@item R
@@ -980,7 +980,7 @@ change this variable.
@cindex Multi-file patches
A multi-file patch is a concatenated output of several runs of the Unix
-@file{diff} command (some versions of @file{diff} let you create a
+@command{diff} command (some versions of @command{diff} let you create a
multi-file patch in just one run). Ediff facilitates creation of
multi-file patches as follows. If you are in a session group buffer
created in response to @code{ediff-directories} or
@@ -988,7 +988,7 @@ created in response to @code{ediff-directories} or
desired Ediff sessions and then type @kbd{P} to create a
multi-file patch of those marked sessions.
Ediff will then display a buffer containing the patch.
-The patch is generated by invoking @file{diff} on all marked individual
+The patch is generated by invoking @command{diff} on all marked individual
sessions (represented by files) and session groups (represented by
directories). Ediff will also recursively descend into any @emph{unmarked}
session group and will search for marked sessions there. In this way, you
@@ -1762,7 +1762,7 @@ output from @code{diff} in your preferred format, which is specified via
the above two variables.
The output generated by @code{ediff-custom-diff-program} (which doesn't
-even have to be a standard-style @file{diff}!)@: is not used by Ediff. It is
+even have to be a standard-style @command{diff}!)@: is not used by Ediff. It is
provided exclusively so that you can
refer to
it later, send it over email, etc. For instance, after reviewing the