diff options
author | Glenn Morris <rgm@gnu.org> | 2008-06-27 07:34:53 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2008-06-27 07:34:53 +0000 |
commit | fffa137cb7bb78445b2f8aef44d251dfe83f06f6 (patch) | |
tree | 9b5ae8fa1340ffebf47484ab11f860a6d216ad6d /lisp/man.el | |
parent | cdd1f23bbfdfb6ff97e986cc127647dc712b25b2 (diff) | |
download | emacs-fffa137cb7bb78445b2f8aef44d251dfe83f06f6.tar.gz |
American English spelling fix.
Diffstat (limited to 'lisp/man.el')
-rw-r--r-- | lisp/man.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/man.el b/lisp/man.el index 229365033a0..353a9032992 100644 --- a/lisp/man.el +++ b/lisp/man.el @@ -74,7 +74,7 @@ ;; ============= TODO =========== ;; - Add a command for printing. -;; - The awk script deletes multiple blank lines. This behaviour does +;; - The awk script deletes multiple blank lines. This behavior does ;; not allow to understand if there was indeed a blank line at the ;; end or beginning of a page (after the header, or before the ;; footer). A different algorithm should be used. It is easy to |