At the end of the log, the text ``type "l" to show more logs'' is
shown. The actual keybinding is `e', not `l'.

diff --git a/magit.el b/magit.el
index 799e43f..918ec6d 100644
--- a/magit.el
+++ b/magit.el
@@ -2193,7 +2193,7 @@ insert a line to tell how to insert more of them"
        ,@body
        (if (= magit-log-count magit-log-cutoff-length)
           (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 ()


Reply via email to