mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-25 07:28:20 +00:00
(Info-title-face-alist): Removed.
This commit is contained in:
parent
21ab62bdf2
commit
cc6c844361
@ -2285,15 +2285,6 @@ the variable `Info-file-list-for-emacs'."
|
||||
"Face for Info titles at level 3."
|
||||
:group 'info)
|
||||
|
||||
(defcustom Info-title-face-alist
|
||||
'((?* (face (variable-pitch bold) display (height (+ 4))))
|
||||
(?= (face (variable-pitch bold) display (height (+ 3))))
|
||||
(?- (face (variable-pitch bold) display (height (+ 2)))))
|
||||
"*Alist of face or list of faces to use for pseudo-underlined titles.
|
||||
The alist key is the character the title is underlined with (?*, ?= or ?-)."
|
||||
:type '(repeat (list character face face))
|
||||
:group 'info)
|
||||
|
||||
(defun Info-fontify-node ()
|
||||
(save-excursion
|
||||
(let ((buffer-read-only nil)
|
||||
|
Loading…
Reference in New Issue
Block a user