aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErik Naggum1996-01-28 07:10:18 +0000
committerErik Naggum1996-01-28 07:10:18 +0000
commit01dbd8a0b94fdf8460535814bf549068b2488f72 (patch)
tree9dabad28bc2303241952c377a418241346c09fdc
parentfd76ec52b3eff15330a1f95488d8c899ecf4ff25 (diff)
downloademacs-01dbd8a0b94fdf8460535814bf549068b2488f72.tar.gz
emacs-01dbd8a0b94fdf8460535814bf549068b2488f72.zip
(apropos-print): Fix previous change.
-rw-r--r--lisp/apropos.el2
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."
493 key)) 493 key))
494 key) 494 key)
495 item ", ")) 495 item ", "))
496 (insert "(not bound to any keys)")))) 496 (insert "(not bound to any keys)")))
497 (terpri) 497 (terpri)
498 ;; only now so we don't propagate text attributes all over 498 ;; only now so we don't propagate text attributes all over
499 (put-text-property point1 point2 'item 499 (put-text-property point1 point2 'item