From 5f371df069324935ad0aea0c582442a47d60ba8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93scar=20Fuentes?= Date: Wed, 5 May 2010 17:15:46 +0200 Subject: [PATCH] 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'. --- magit.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ()