Improve Info-streamline-headings defaults

* lisp/info.el (Info-streamline-headings): Improve defaults.  These
produce somewhat more consistent results on my system, and seems
slightly more in line with current GNU practices.  For example, gcc
uses the "Software development" heading instead of "Programming".
This commit is contained in:
Stefan Kangas 2020-10-19 12:12:15 +02:00
parent 8cdbd84ebe
commit a83e4a929b

View file

@ -1474,9 +1474,10 @@ is non-nil)."
(defvar Info-streamline-headings
'(("Emacs" . "Emacs")
("Programming" . "Programming")
("Software development\\|Programming" . "Software development")
("Libraries" . "Libraries")
("World Wide Web\\|Net Utilities" . "Net Utilities"))
("Network applications\\|World Wide Web\\|Net Utilities"
. "Network applications"))
"List of elements (RE . NAME) to merge headings matching RE to NAME.")
(defun Info-dir-remove-duplicates ()