diff options
Diffstat (limited to 'lisp/apropos.el')
-rw-r--r-- | lisp/apropos.el | 2 |
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." (string-lessp (car a) (car b)))))) (let ((p matches) (old-buffer (current-buffer)) - item keys-done symbol) + item keys-done symbol tem) (save-excursion (set-buffer standard-output) (or matches (princ "No matches found.")) |