/[emacs]/emacs/lisp/man.el
ViewVC logotype

Diff of /emacs/lisp/man.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.126 by jpw, Sun Aug 24 18:08:01 2003 UTC revision 1.127 by jpw, Mon Aug 25 03:48:22 2003 UTC
# Line 574  This guess is based on the text surround Line 574  This guess is based on the text surround
574            (setq word (substring word 0 (match-beginning 0))))            (setq word (substring word 0 (match-beginning 0))))
575        ;; If looking at something like ioctl(2) or brc(1M), include the        ;; If looking at something like ioctl(2) or brc(1M), include the
576        ;; section number in the returned value.  Remove text properties.        ;; section number in the returned value.  Remove text properties.
       (forward-word 1)  
577        (concat word        (concat word
578                (if (looking-at                (if (looking-at
579                     (concat "[ \t]*([ \t]*\\(" Man-section-regexp "\\)[ \t]*)"))                     (concat "[ \t]*([ \t]*\\(" Man-section-regexp "\\)[ \t]*)"))

Legend:
Removed from v.1.126  
changed lines
  Added in v.1.127

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26