diff options
author | Erik Naggum <erik@naggum.no> | 1996-01-28 07:10:18 +0000 |
---|---|---|
committer | Erik Naggum <erik@naggum.no> | 1996-01-28 07:10:18 +0000 |
commit | 01dbd8a0b94fdf8460535814bf549068b2488f72 (patch) | |
tree | 9dabad28bc2303241952c377a418241346c09fdc /lisp/apropos.el | |
parent | fd76ec52b3eff15330a1f95488d8c899ecf4ff25 (diff) | |
download | emacs-01dbd8a0b94fdf8460535814bf549068b2488f72.tar.gz |
(apropos-print): Fix previous change.
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 12b84ff104b..8ebddb9bd5c 100644 --- a/lisp/apropos.el +++ b/lisp/apropos.el @@ -493,7 +493,7 @@ found." key)) key) item ", ")) - (insert "(not bound to any keys)")))) + (insert "(not bound to any keys)"))) (terpri) ;; only now so we don't propagate text attributes all over (put-text-property point1 point2 'item |