# HG changeset patch # User John Paul Wallington # Date 1061783302 0 # Node ID 40544f522d028bde8d39abae62d504e4aa5faa74 # Parent 06717a26a254484e73cb6caed29aa7f809812842 (Man-default-man-entry): Don't whizz past the section number before looking for it. diff -r 06717a26a254 -r 40544f522d02 lisp/man.el --- 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]*)"))