Fix header shown by Info 'L' command

* lisp/info.el (Info-history-find-node): A better heading for the
list of visited nodes.  (Bug#25876)
This commit is contained in:
Eli Zaretskii 2017-03-04 17:37:53 +02:00
parent 00f8369bbd
commit c26005455b

View file

@ -2361,8 +2361,8 @@ If SAME-FILE is non-nil, do not move to a different Info file."
"History-specific implementation of `Info-find-node-2'."
(insert (format "\n\^_\nFile: %s, Node: %s, Up: (dir)\n\n"
(or filename Info-current-file) nodename))
(insert "Recently Visited Nodes\n")
(insert "**********************\n\n")
(insert "History of Visited Nodes\n")
(insert "************************\n\n")
(insert "* Menu:\n\n")
(let ((hl (remove '("*History*" "Top") Info-history-list)))
(while hl