summaryrefslogtreecommitdiff
path: root/lisp/apropos.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2012-08-15 09:29:11 -0700
committerGlenn Morris <rgm@gnu.org>2012-08-15 09:29:11 -0700
commit2a1e24765bc3de7bf72e7117893307f6f6c441be (patch)
tree95cbfdc4e94f4f7c899e2ceea99b771928e4937a /lisp/apropos.el
parenteb424fe3d660eebd9b74dd5d2875e2e4b7b3307f (diff)
downloademacs-2a1e24765bc3de7bf72e7117893307f6f6c441be.tar.gz
emacs-2a1e24765bc3de7bf72e7117893307f6f6c441be.tar.bz2
emacs-2a1e24765bc3de7bf72e7117893307f6f6c441be.zip
Replace version 24.2 with 24.3 where appropriate (hopefully)
Diffstat (limited to 'lisp/apropos.el')
-rw-r--r--lisp/apropos.el14
1 files changed, 7 insertions, 7 deletions
diff --git a/lisp/apropos.el b/lisp/apropos.el
index 6c6e3b325e8..88d5602a023 100644
--- a/lisp/apropos.el
+++ b/lisp/apropos.el
@@ -88,44 +88,44 @@ include key-binding information in its output."
'((t (:inherit bold)))
"Face for the symbol name in Apropos output."
:group 'apropos
- :version "24.2")
+ :version "24.3")
(defface apropos-keybinding
'((t (:inherit underline)))
"Face for lists of keybinding in Apropos output."
:group 'apropos
- :version "24.2")
+ :version "24.3")
(defface apropos-property
'((t (:inherit font-lock-builtin-face)))
"Face for property name in apropos output, or nil for none."
:group 'apropos
- :version "24.2")
+ :version "24.3")
(defface apropos-function-button
'((t (:inherit (font-lock-function-name-face button))))
"Button face indicating a function, macro, or command in Apropos."
:group 'apropos
- :version "24.2")
+ :version "24.3")
(defface apropos-variable-button
'((t (:inherit (font-lock-variable-name-face button))))
"Button face indicating a variable in Apropos."
:group 'apropos
- :version "24.2")
+ :version "24.3")
(defface apropos-misc-button
'((t (:inherit (font-lock-constant-face button))))
"Button face indicating a miscellaneous object type in Apropos."
:group 'apropos
- :version "24.2")
+ :version "24.3")
(defcustom apropos-match-face 'match
"Face for matching text in Apropos documentation/value, or nil for none.
This applies when you look for matches in the documentation or variable value
for the pattern; the part that matches gets displayed in this font."
:group 'apropos
- :version "24.2")
+ :version "24.3")
(defcustom apropos-sort-by-scores nil
"Non-nil means sort matches by scores; best match is shown first.