;; Description: Faces for Icicles
;; Author: Drew Adams
;; Maintainer: Drew Adams (concat "drew.adams" "@" "oracle" ".com")
-;; Copyright (C) 1996-2014, Drew Adams, all rights reserved.
+;; Copyright (C) 1996-2015, Drew Adams, all rights reserved.
;; Created: Mon Feb 27 09:19:43 2006
-;; Last-Updated: Thu Dec 26 09:30:35 2013 (-0800)
+;; Last-Updated: Thu Jan 1 10:55:12 2015 (-0800)
;; By: dradams
-;; Update #: 713
+;; Update #: 717
;; URL: http://www.emacswiki.org/icicles-face.el
;; Doc URL: http://www.emacswiki.org/Icicles
;; Keywords: internal, extensions, help, abbrev, local, minibuffer,
;; keys, apropos, completion, matching, regexp, command
-;; Compatibility: GNU Emacs: 20.x, 21.x, 22.x, 23.x, 24.x
+;; Compatibility: GNU Emacs: 20.x, 21.x, 22.x, 23.x, 24.x, 25.x
;;
;; Features that might be required by this library:
;;
:underline t)))
"*Face to highlight `*Completions*' candidates that were used indirectly.
That is, you might or might not have entered these candidates but in
-some sense you have used or visited them. Example: index topics that
-point to Info nodes that you have visited.
-
-Whether or not such highlighting is done at all is governed by option
-`icicle-highlight-historical-candidates-flag'. Whether it is done for
-a given set of candidates is governed by option
-`icicle-Info-visited-max-candidates'."
+some sense you have used or visited them. Whether or not such
+highlighting is done is governed by option
+`icicle-highlight-historical-candidates-flag'.
+
+Example:
+Index topics that point to Info nodes that you have visited. Whether
+such highlighting occurs automatically for Info-node candidates is
+governed by option `icicle-Info-highlight-visited-nodes'. But you can
+highlight the nodes on demand, using `C-x C-M-l'."
:group 'Icicles-Completions-Display :group 'faces))
(defface icicle-input-completion-fail