emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/man.el


From: John Paul Wallington
Subject: [Emacs-diffs] Changes to emacs/lisp/man.el
Date: Sun, 24 Aug 2003 23:48:22 -0400

Index: emacs/lisp/man.el
diff -c emacs/lisp/man.el:1.126 emacs/lisp/man.el:1.127
*** emacs/lisp/man.el:1.126     Sun Aug 24 14:08:01 2003
--- emacs/lisp/man.el   Sun Aug 24 23:48:22 2003
***************
*** 574,580 ****
          (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]*)"))
--- 574,579 ----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]