From: Chong Yidong Date: Mon, 13 Apr 2009 17:23:27 +0000 (+0000) Subject: (Session Commands): Fix typo. X-Git-Tag: emacs-pretest-23.0.93~147 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=96d98c408ae64c98f71ef34a9d91797fac71c13e;p=emacs.git (Session Commands): Fix typo. --- 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}).