* lisp/info.el (Info-history-find-node): A better heading for the
list of visited nodes. (Bug#25876)
"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