diff options
| -rw-r--r-- | lisp/apropos.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/apropos.el b/lisp/apropos.el index b490b8173ba..3889655ff99 100644 --- a/lisp/apropos.el +++ b/lisp/apropos.el | |||
| @@ -908,6 +908,7 @@ If non-nil TEXT is a string that will be printed as a heading." | |||
| 908 | ;; Calculate key-bindings if we want them. | 908 | ;; Calculate key-bindings if we want them. |
| 909 | (and do-keys | 909 | (and do-keys |
| 910 | (commandp symbol) | 910 | (commandp symbol) |
| 911 | (not (eq symbol 'self-insert-command)) | ||
| 911 | (indent-to 30 1) | 912 | (indent-to 30 1) |
| 912 | (if (let ((keys | 913 | (if (let ((keys |
| 913 | (save-excursion | 914 | (save-excursion |