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:
parent
00f8369bbd
commit
c26005455b
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue