From: Eli Zaretskii Date: Sat, 4 Mar 2017 15:37:53 +0000 (+0200) Subject: Fix header shown by Info 'L' command X-Git-Tag: emacs-26.0.90~648 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c26005455bfa9dd4851d59c399615e523f80c5ad;p=emacs.git 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) --- diff --git a/lisp/info.el b/lisp/info.el index 5f4ae5f0b09..a023080c8da 100644 --- a/lisp/info.el +++ b/lisp/info.el @@ -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