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:
parent
8cdbd84ebe
commit
a83e4a929b
1 changed files with 3 additions and 2 deletions
|
@ -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 ()
|
||||
|
|
Loading…
Add table
Reference in a new issue