summaryrefslogtreecommitdiff
path: root/lisp/man.el
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2001-11-30 21:56:46 +0000
committerStefan Monnier <monnier@iro.umontreal.ca>2001-11-30 21:56:46 +0000
commit2ba257e11c22dc5447809dad5daba880e43b3096 (patch)
treee553d057bd42f09bbe49e939ecefa83b12b5db75 /lisp/man.el
parentf48b59a233c74b1ec21489591ec101b48c779323 (diff)
downloademacs-2ba257e11c22dc5447809dad5daba880e43b3096.tar.gz
(Man-build-section-alist): Remove last Man-match-substring.
Diffstat (limited to 'lisp/man.el')
-rw-r--r--lisp/man.el2
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:
(goto-char (point-min))
(let ((case-fold-search nil))
(while (re-search-forward Man-heading-regexp (point-max) t)
- (aput 'Man-sections-alist (Man-match-substring 1))
+ (aput 'Man-sections-alist (match-string 1))
(forward-line 1))))
(defsubst Man-build-references-alist ()