From: Stefan Kangas Date: Mon, 19 Oct 2020 10:12:15 +0000 (+0200) Subject: Improve Info-streamline-headings defaults X-Git-Tag: emacs-28.0.90~5543 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a83e4a929b4637426597e1c34e525a2d7dbf15b0;p=emacs.git 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". --- diff --git a/lisp/info.el b/lisp/info.el index 8ea47d2dbef..3fd8108132f 100644 --- a/lisp/info.el +++ b/lisp/info.el @@ -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 ()