comparison lisp/man.el @ 110990:7b9f631537db

merge emacs-23
author Kenichi Handa <handa@m17n.org>
date Thu, 14 Oct 2010 11:06:31 +0900
parents cda2045a5ee8
children 376148b31b5e
comparison
equal deleted inserted replaced
110984:287d5a665560 110990:7b9f631537db
307 (defvar Man-normal-file-regexp 307 (defvar Man-normal-file-regexp
308 (concat Man-normal-file-prefix-regexp Man-file-name-regexp) 308 (concat Man-normal-file-prefix-regexp Man-file-name-regexp)
309 "Regular expression describing references to normal files.") 309 "Regular expression describing references to normal files.")
310 310
311 ;; This includes the section as an optional part to catch hyphenated 311 ;; This includes the section as an optional part to catch hyphenated
312 ;; refernces to manpages. 312 ;; references to manpages.
313 (defvar Man-hyphenated-reference-regexp 313 (defvar Man-hyphenated-reference-regexp
314 (concat "\\(" Man-name-regexp "\\)\\((\\(" Man-section-regexp "\\))\\)?") 314 (concat "\\(" Man-name-regexp "\\)\\((\\(" Man-section-regexp "\\))\\)?")
315 "Regular expression describing a reference in the SEE ALSO section.") 315 "Regular expression describing a reference in the SEE ALSO section.")
316 316
317 (defvar Man-switches "" 317 (defvar Man-switches ""