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 | 35910610258829f2b37991d7e63538f346425796 (patch) | |
tree | c7454f9463116353714a6600d1416bd7b37ee187 /lisp/man.el | |
parent | e712992775612c8a4cc2052e4cc66411ccfc4299 (diff) | |
download | emacs-35910610258829f2b37991d7e63538f346425796.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 |