diff options
| -rw-r--r-- | lisp/apropos.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/apropos.el b/lisp/apropos.el index 023ba4bb202..0a1bc7b8583 100644 --- a/lisp/apropos.el +++ b/lisp/apropos.el | |||
| @@ -681,7 +681,8 @@ the output includes key-bindings of commands." | |||
| 681 | (apropos-symbols-internal | 681 | (apropos-symbols-internal |
| 682 | symbols apropos-do-all | 682 | symbols apropos-do-all |
| 683 | (concat | 683 | (concat |
| 684 | (format "Library `%s' provides: %s\nand requires: %s" | 684 | (format (substitute-command-keys |
| 685 | "Library `%s' provides: %s\nand requires: %s") | ||
| 685 | file | 686 | file |
| 686 | (mapconcat 'apropos-library-button | 687 | (mapconcat 'apropos-library-button |
| 687 | (or provides '(nil)) " and ") | 688 | (or provides '(nil)) " and ") |