emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master c260054: Fix header shown by Info 'L' command


From: Eli Zaretskii
Subject: [Emacs-diffs] master c260054: Fix header shown by Info 'L' command
Date: Sat, 4 Mar 2017 10:38:51 -0500 (EST)

branch: master
commit c26005455bfa9dd4851d59c399615e523f80c5ad
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    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 5f4ae5f..a023080 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]