Correct informative text for showing more log entries

At the end of the log, the text ``type "l" to show more logs'' is
shown. The actual keybinding is `e', not `l'.
This commit is contained in:
Óscar Fuentes 2010-05-05 17:15:46 +02:00 committed by Phil Jackson
parent 2acc8be623
commit 5f371df069

View file

@ -2193,7 +2193,7 @@ insert a line to tell how to insert more of them"
,@body ,@body
(if (= magit-log-count magit-log-cutoff-length) (if (= magit-log-count magit-log-cutoff-length)
(magit-with-section "longer" 'longer (magit-with-section "longer" 'longer
(insert "type \"l\" to show more logs\n")))))) (insert "type \"e\" to show more logs\n"))))))
(defun magit-wash-log-line () (defun magit-wash-log-line ()