1
0
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:
Gerd Moellmann 2000-07-18 12:59:17 +00:00
parent 21ab62bdf2
commit cc6c844361

View File

@ -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)