diff --git a/magit.el b/magit.el index 799e43ff..918ec6dd 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 ()