From c26005455bfa9dd4851d59c399615e523f80c5ad Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 4 Mar 2017 17:37:53 +0200 Subject: [PATCH] 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) --- lisp/info.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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