diff options
| author | Richard M. Stallman | 1997-05-19 01:03:02 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-05-19 01:03:02 +0000 |
| commit | 63c7b220950a50eefd691fd433c91171ca9e84f5 (patch) | |
| tree | a839ddea9fdc46ad5af65f514fcdb602ba03c92b | |
| parent | 6f0b000cf676338352f2fb75d7979b7ba376057f (diff) | |
| download | emacs-63c7b220950a50eefd691fd433c91171ca9e84f5.tar.gz emacs-63c7b220950a50eefd691fd433c91171ca9e84f5.zip | |
(lpr-page-header-switches): Remove extra paren.
| -rw-r--r-- | lisp/lpr.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/lpr.el b/lisp/lpr.el index 767366f5669..3b8e2d88255 100644 --- a/lisp/lpr.el +++ b/lisp/lpr.el | |||
| @@ -80,7 +80,7 @@ See definition of `print-region-1' for calling conventions." | |||
| 80 | 80 | ||
| 81 | ;; Berkeley systems support -F, and GNU pr supports both -f and -F, | 81 | ;; Berkeley systems support -F, and GNU pr supports both -f and -F, |
| 82 | ;; So it looks like -F is a better default. | 82 | ;; So it looks like -F is a better default. |
| 83 | (defcustom lpr-page-header-switches '("-F")) | 83 | (defcustom lpr-page-header-switches '("-F") |
| 84 | "*List of strings to use as options for the page-header-generating program. | 84 | "*List of strings to use as options for the page-header-generating program. |
| 85 | The variable `lpr-page-header-program' specifies the program to use." | 85 | The variable `lpr-page-header-program' specifies the program to use." |
| 86 | :type '(repeat string) | 86 | :type '(repeat string) |