diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/man.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/man.el b/lisp/man.el index c9d175466f7..b428e4693b3 100644 --- a/lisp/man.el +++ b/lisp/man.el | |||
| @@ -867,7 +867,7 @@ The following key bindings are currently in effect in the buffer: | |||
| 867 | (goto-char (point-min)) | 867 | (goto-char (point-min)) |
| 868 | (let ((case-fold-search nil)) | 868 | (let ((case-fold-search nil)) |
| 869 | (while (re-search-forward Man-heading-regexp (point-max) t) | 869 | (while (re-search-forward Man-heading-regexp (point-max) t) |
| 870 | (aput 'Man-sections-alist (Man-match-substring 1)) | 870 | (aput 'Man-sections-alist (match-string 1)) |
| 871 | (forward-line 1)))) | 871 | (forward-line 1)))) |
| 872 | 872 | ||
| 873 | (defsubst Man-build-references-alist () | 873 | (defsubst Man-build-references-alist () |