aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2000-07-18 12:59:17 +0000
committerGerd Moellmann2000-07-18 12:59:17 +0000
commitcc6c8443612ddedae81e6d6ad5e26ec377475983 (patch)
treeacd294937c5f8301c5c499316038b4d75f7bd0b3
parent21ab62bdf2e0dfbadf63d7f56042e238446f5589 (diff)
downloademacs-cc6c8443612ddedae81e6d6ad5e26ec377475983.tar.gz
emacs-cc6c8443612ddedae81e6d6ad5e26ec377475983.zip
(Info-title-face-alist): Removed.
-rw-r--r--lisp/info.el9
1 files changed, 0 insertions, 9 deletions
diff --git a/lisp/info.el b/lisp/info.el
index e19bd77ca87..80d1c3a05fe 100644
--- a/lisp/info.el
+++ b/lisp/info.el
@@ -2285,15 +2285,6 @@ the variable `Info-file-list-for-emacs'."
2285 "Face for Info titles at level 3." 2285 "Face for Info titles at level 3."
2286 :group 'info) 2286 :group 'info)
2287 2287
2288(defcustom Info-title-face-alist
2289 '((?* (face (variable-pitch bold) display (height (+ 4))))
2290 (?= (face (variable-pitch bold) display (height (+ 3))))
2291 (?- (face (variable-pitch bold) display (height (+ 2)))))
2292 "*Alist of face or list of faces to use for pseudo-underlined titles.
2293The alist key is the character the title is underlined with (?*, ?= or ?-)."
2294 :type '(repeat (list character face face))
2295 :group 'info)
2296
2297(defun Info-fontify-node () 2288(defun Info-fontify-node ()
2298 (save-excursion 2289 (save-excursion
2299 (let ((buffer-read-only nil) 2290 (let ((buffer-read-only nil)