aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman1993-05-22 04:19:14 +0000
committerRichard M. Stallman1993-05-22 04:19:14 +0000
commit2b0194315a0be076bce081a8346e2e979744f778 (patch)
treeae36c732c33c9cd97a9f3da9ff946e10555a6798 /lisp
parentc8d190a5c7ef6182449bf9c01bd0603abc479c0b (diff)
downloademacs-2b0194315a0be076bce081a8346e2e979744f778.tar.gz
emacs-2b0194315a0be076bce081a8346e2e979744f778.zip
(apropos-print-matches): Bind tem.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/apropos.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/apropos.el b/lisp/apropos.el
index 161934fee81..6c2568eca55 100644
--- a/lisp/apropos.el
+++ b/lisp/apropos.el
@@ -196,7 +196,7 @@ Returns list of symbols and documentation found."
196 (string-lessp (car a) (car b)))))) 196 (string-lessp (car a) (car b))))))
197 (let ((p matches) 197 (let ((p matches)
198 (old-buffer (current-buffer)) 198 (old-buffer (current-buffer))
199 item keys-done symbol) 199 item keys-done symbol tem)
200 (save-excursion 200 (save-excursion
201 (set-buffer standard-output) 201 (set-buffer standard-output)
202 (or matches (princ "No matches found.")) 202 (or matches (princ "No matches found."))