diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2009-04-13 17:23:27 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2009-04-13 17:23:27 +0000 |
commit | 96d98c408ae64c98f71ef34a9d91797fac71c13e (patch) | |
tree | 2a6089c317aa95b05b8a1a6965245c1a30d34fff | |
parent | 4518068d84d0f5ea950a6b1868e7ef09b05fe952 (diff) | |
download | emacs-96d98c408ae64c98f71ef34a9d91797fac71c13e.tar.gz |
(Session Commands): Fix typo.
-rw-r--r-- | doc/misc/ediff.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/misc/ediff.texi b/doc/misc/ediff.texi index b13d6b10f5f..80540ea19e8 100644 --- a/doc/misc/ediff.texi +++ b/doc/misc/ediff.texi @@ -415,7 +415,7 @@ window by typing @kbd{?} again. The Quick Help commands are detailed below. Many Ediff commands take numeric prefix arguments. For instance, if you type a number, say 3, and then @kbd{j} (@code{ediff-jump-to-difference}), Ediff moves to the third difference region. Typing 3 and then @kbd{a} -(@code{ediff-diff-to-diff}) copies the 3d difference region from variant A +(@code{ediff-diff-to-diff}) copies the 3rd difference region from variant A to variant B. Likewise, 4 followed by @kbd{ra} restores the 4th difference region in buffer A (if it was previously written over via the command @kbd{a}). |