diff options
author | Karl Heuer <kwzh@gnu.org> | 1996-01-05 22:21:28 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1996-01-05 22:21:28 +0000 |
commit | a7acbbe4d48af3113de2dfaf836a42f2a9b6c2b0 (patch) | |
tree | 9ca09d12c605ce9155e55ad82476c9a6d6ebedcd /lisp/man.el | |
parent | 60d0378e485ded218121a8b8d6ce582e47882fac (diff) | |
download | emacs-a7acbbe4d48af3113de2dfaf836a42f2a9b6c2b0.tar.gz |
Comment fixes.
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 4bbc054a936..86270db1e39 100644 --- a/lisp/man.el +++ b/lisp/man.el @@ -35,7 +35,7 @@ ;; ========== Credits and History ========== ;; In mid 1991, several people posted some interesting improvements to ;; man.el from the standard emacs 18.57 distribution. I liked many of -;; these, but wanted everthing in one single package, so I decided +;; these, but wanted everything in one single package, so I decided ;; to incorporate them into a single manual browsing mode. While ;; much of the code here has been rewritten, and some features added, ;; these folks deserve lots of credit for providing the initial @@ -56,7 +56,7 @@ ;; Francesco Potorti` <pot@cnuce.cnr.it> cleaned it up thoroughly, ;; making it faster, more robust and more tolerant of different -;; systems' man idiosynchrasies. +;; systems' man idiosyncrasies. ;; ========== Features ========== ;; + Runs "man" in the background and pipes the results through a |