diff options
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 @@ | |||
| 74 | 74 | ||
| 75 | ;; ============= TODO =========== | 75 | ;; ============= TODO =========== |
| 76 | ;; - Add a command for printing. | 76 | ;; - Add a command for printing. |
| 77 | ;; - The awk script deletes multiple blank lines. This behaviour does | 77 | ;; - The awk script deletes multiple blank lines. This behavior does |
| 78 | ;; not allow to understand if there was indeed a blank line at the | 78 | ;; not allow to understand if there was indeed a blank line at the |
| 79 | ;; end or beginning of a page (after the header, or before the | 79 | ;; end or beginning of a page (after the header, or before the |
| 80 | ;; footer). A different algorithm should be used. It is easy to | 80 | ;; footer). A different algorithm should be used. It is easy to |