Mercurial > hg > xemacs-beta
comparison lisp/packages/man.el @ 86:364816949b59 r20-0b93
Import from CVS: tag r20-0b93
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:09:02 +0200 |
parents | 6a378aca36af |
children | 4be1180a9e89 |
comparison
equal
deleted
inserted
replaced
85:c661705957e0 | 86:364816949b59 |
---|---|
573 (if (looking-at "^File: ") | 573 (if (looking-at "^File: ") |
574 (forward-line 1)) | 574 (forward-line 1)) |
575 (error (buffer-substring (point) (progn (end-of-line) (point)))))) | 575 (error (buffer-substring (point) (progn (end-of-line) (point)))))) |
576 nil) | 576 nil) |
577 | 577 |
578 (defvar Manual-entry-switches '("-s") | 578 (defvar Manual-entry-switches nil |
579 "Switches for `manual-entry' including switch for section (at the end).") | 579 "Switches for `manual-entry' including switch for section (at the end).") |
580 (defvar Manual-apropos-switches nil | 580 (defvar Manual-apropos-switches nil |
581 "Additional switches for `Manpage-apropos' excluding switch `-k'.") | 581 "Additional switches for `Manpage-apropos' excluding switch `-k'.") |
582 | 582 |
583 (defun Manual-run-formatter (name topic section) | 583 (defun Manual-run-formatter (name topic section) |