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:
parent
2acc8be623
commit
5f371df069
1 changed files with 1 additions and 1 deletions
2
magit.el
2
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 ()
|
||||
|
|
Loading…
Reference in a new issue