+2003-08-25 John Paul Wallington <jpw@gnu.org>
+
+ * man.el (Man-default-man-entry): Don't whizz past the section
+ number before looking for it.
+
2003-08-24 Nick Roberts <nick@nick.uklinux.net>
* progmodes/gud.el (gud-display-line): Don't set window-point if
(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]*)"))