comparison lisp/man.el @ 3591:507f64624555

Apply typo patches from Paul Eggert.
author Jim Blandy <jimb@redhat.com>
date Wed, 09 Jun 1993 11:59:12 +0000
parents 1fc2bc44def7
children 062dbb10173d
comparison
equal deleted inserted replaced
3590:d5f22061277d 3591:507f64624555
49 ;; man -k. 49 ;; man -k.
50 50
51 ;; Eric Rose <erose@jessica.stanford.edu>, submitted manual.el which 51 ;; Eric Rose <erose@jessica.stanford.edu>, submitted manual.el which
52 ;; provided a very nice manual browsing mode. 52 ;; provided a very nice manual browsing mode.
53 53
54 ;; This package was available as `superman.el' from the LCD paackage 54 ;; This package was available as `superman.el' from the LCD package
55 ;; for some time before it was accepted into Emacs 19. The entry 55 ;; for some time before it was accepted into Emacs 19. The entry
56 ;; point and some other names have been changed to make it a drop-in 56 ;; point and some other names have been changed to make it a drop-in
57 ;; replacement for the old man.el package. 57 ;; replacement for the old man.el package.
58 58
59 ;; ========== Features ========== 59 ;; ========== Features ==========
124 '(("3C++" . "3") 124 '(("3C++" . "3")
125 ("1-UCB" . "")) 125 ("1-UCB" . ""))
126 "*Association list of bogus sections to real section numbers. 126 "*Association list of bogus sections to real section numbers.
127 Some manpages (e.g. the Sun C++ 2.1 manpages) have section numbers in 127 Some manpages (e.g. the Sun C++ 2.1 manpages) have section numbers in
128 their references which Un*x man(1) does not recognize. This 128 their references which Un*x man(1) does not recognize. This
129 assocation list is used to translate those sections, when found, to 129 association list is used to translate those sections, when found, to
130 the associated section number.") 130 the associated section number.")
131 131
132 (defvar Man-filter-list 132 (defvar Man-filter-list
133 '(("sed " 133 '(("sed "
134 ("-e 's/.\010//g'" 134 ("-e 's/.\010//g'"