diff options
| -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." | |||
| 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 |