diff options
| author | Richard M. Stallman | 1997-01-30 22:17:33 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-01-30 22:17:33 +0000 |
| commit | ae7f67617ae6c38c1456bf6b218828f9f6fbd65c (patch) | |
| tree | e454d50b019f6806391e8d0e54702fcb91ebb6ec /lisp | |
| parent | 91eac6dae87712b7064dd0cd1594db6d3d9ff92e (diff) | |
| download | emacs-ae7f67617ae6c38c1456bf6b218828f9f6fbd65c.tar.gz emacs-ae7f67617ae6c38c1456bf6b218828f9f6fbd65c.zip | |
(ps-print-header): Doc fix.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ps-print.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/ps-print.el b/lisp/ps-print.el index cecdb75b571..01533d8af2c 100644 --- a/lisp/ps-print.el +++ b/lisp/ps-print.el | |||
| @@ -721,8 +721,8 @@ and the text it contains, both in the vertical and horizontal directions.") | |||
| 721 | "*Non-nil means print a header at the top of each page. | 721 | "*Non-nil means print a header at the top of each page. |
| 722 | By default, the header displays the buffer name, page number, and, if | 722 | By default, the header displays the buffer name, page number, and, if |
| 723 | the buffer is visiting a file, the file's directory. Headers are | 723 | the buffer is visiting a file, the file's directory. Headers are |
| 724 | customizable by changing variables `ps-header-left' and | 724 | customizable by changing variables `ps-left-header' and |
| 725 | `ps-header-right'.") | 725 | `ps-right-header'.") |
| 726 | 726 | ||
| 727 | (defvar ps-print-header-frame t | 727 | (defvar ps-print-header-frame t |
| 728 | "*Non-nil means draw a gaudy frame around the header.") | 728 | "*Non-nil means draw a gaudy frame around the header.") |