]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix header shown by Info 'L' command
authorEli Zaretskii <eliz@gnu.org>
Sat, 4 Mar 2017 15:37:53 +0000 (17:37 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 4 Mar 2017 15:37:53 +0000 (17:37 +0200)
* lisp/info.el (Info-history-find-node): A better heading for the
list of visited nodes.  (Bug#25876)

lisp/info.el

index 5f4ae5f0b09743c15a9eec3bf27d0959bb91d6dc..a023080c8daae8bc3fe3d3ce1526022a3995fc90 100644 (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