diff options
author | Jim Blandy <jimb@redhat.com> | 1993-06-09 11:59:12 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1993-06-09 11:59:12 +0000 |
commit | eb8c3be94e12644f506b8857e49ffef88046bb0b (patch) | |
tree | 505c4ea5ae59214e4d6e749047d160c98191c9d2 /lisp/man.el | |
parent | 16a4a21d0117ef5ed346f340f244fe199d3c8a26 (diff) | |
download | emacs-eb8c3be94e12644f506b8857e49ffef88046bb0b.tar.gz |
Apply typo patches from Paul Eggert.
Diffstat (limited to 'lisp/man.el')
-rw-r--r-- | lisp/man.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/man.el b/lisp/man.el index db6a973c41d..74d42208995 100644 --- a/lisp/man.el +++ b/lisp/man.el @@ -51,7 +51,7 @@ ;; Eric Rose <erose@jessica.stanford.edu>, submitted manual.el which ;; provided a very nice manual browsing mode. -;; This package was available as `superman.el' from the LCD paackage +;; This package was available as `superman.el' from the LCD package ;; for some time before it was accepted into Emacs 19. The entry ;; point and some other names have been changed to make it a drop-in ;; replacement for the old man.el package. @@ -126,7 +126,7 @@ in all sections.") "*Association list of bogus sections to real section numbers. Some manpages (e.g. the Sun C++ 2.1 manpages) have section numbers in their references which Un*x man(1) does not recognize. This -assocation list is used to translate those sections, when found, to +association list is used to translate those sections, when found, to the associated section number.") (defvar Man-filter-list |