Mercurial > emacs
changeset 52330:40544f522d02
(Man-default-man-entry): Don't whizz past the section number
before looking for it.
author | John Paul Wallington <jpw@pobox.com> |
---|---|
date | Mon, 25 Aug 2003 03:48:22 +0000 |
parents | 06717a26a254 |
children | 693271e07e86 |
files | lisp/man.el |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/man.el Sun Aug 24 20:41:39 2003 +0000 +++ b/lisp/man.el Mon Aug 25 03:48:22 2003 +0000 @@ -574,7 +574,6 @@ (setq word (substring word 0 (match-beginning 0)))) ;; If looking at something like ioctl(2) or brc(1M), include the ;; section number in the returned value. Remove text properties. - (forward-word 1) (concat word (if (looking-at (concat "[ \t]*([ \t]*\\(" Man-section-regexp "\\)[ \t]*)"))