aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/apropos.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/apropos.el b/lisp/apropos.el
index fe441219e99..f284b18b199 100644
--- a/lisp/apropos.el
+++ b/lisp/apropos.el
@@ -508,7 +508,8 @@ alphabetically by symbol name; but this function also sets
508 (if (and apropos-label-face 508 (if (and apropos-label-face
509 (symbolp apropos-label-face)) 509 (symbolp apropos-label-face))
510 `(face ,apropos-label-face 510 `(face ,apropos-label-face
511 mouse-face highlight))) 511 mouse-face highlight
512 help-echo "mouse-2: display help on this item")))
512 (with-output-to-temp-buffer "*Apropos*" 513 (with-output-to-temp-buffer "*Apropos*"
513 (let ((p apropos-accumulator) 514 (let ((p apropos-accumulator)
514 (old-buffer (current-buffer)) 515 (old-buffer (current-buffer))