From 5c206c4bf4331a16fc47fcf7de6de893039e7aeb Mon Sep 17 00:00:00 2001 From: Phil Jackson Date: Thu, 6 May 2010 12:38:59 +0100 Subject: [PATCH] Mention 'e' being the new 'l' in log view. --- magit.texi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/magit.texi b/magit.texi index 3bcb7807..c26d0afc 100644 --- a/magit.texi +++ b/magit.texi @@ -330,9 +330,9 @@ in one branch, but not in another, for example. Typing @kbd{L} (or @kbd{C-u L}) will show the log in a more verbose form. -Magit will show only @code{magit-log-cutoff-length} entries. @kbd{l} -will show twice as many entries. @kbd{C-u l} will show all entries, -and given a numeric prefix argument, @kbd{l} will add this number of +Magit will show only @code{magit-log-cutoff-length} entries. @kbd{e} +will show twice as many entries. @kbd{C-u e} will show all entries, +and given a numeric prefix argument, @kbd{e} will add this number of entries. You can also show more entries by typing @kbd{RET} on the text appended at the end of the buffer.