diff options
| -rw-r--r-- | lisp/man.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/man.el b/lisp/man.el index 74d42208995..3b40ab02d06 100644 --- a/lisp/man.el +++ b/lisp/man.el | |||
| @@ -559,7 +559,8 @@ The following key bindings are currently in effect in the buffer: | |||
| 559 | (use-local-map Man-mode-map) | 559 | (use-local-map Man-mode-map) |
| 560 | (goto-char (point-min)) | 560 | (goto-char (point-min)) |
| 561 | (Man-build-page-list) | 561 | (Man-build-page-list) |
| 562 | (Man-goto-page 1)) | 562 | (Man-goto-page 1) |
| 563 | (run-hooks 'Man-mode-hook)) | ||
| 563 | 564 | ||
| 564 | (defun Man-build-section-alist () | 565 | (defun Man-build-section-alist () |
| 565 | "Build the association list of manpage sections." | 566 | "Build the association list of manpage sections." |