diff options
author | Richard M. Stallman <rms@gnu.org> | 1997-05-19 01:03:02 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1997-05-19 01:03:02 +0000 |
commit | ad669a4c4f4f4af3e1209fc7858c74531238c8b8 (patch) | |
tree | 0d4cb4a5d8ddfe42a97ba757a8140a568b2b540a | |
parent | efc102d038fa78d2529eb85457e6149ee7a90f57 (diff) | |
download | emacs-ad669a4c4f4f4af3e1209fc7858c74531238c8b8.tar.gz |
(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." ;; Berkeley systems support -F, and GNU pr supports both -f and -F, ;; So it looks like -F is a better default. -(defcustom lpr-page-header-switches '("-F")) +(defcustom lpr-page-header-switches '("-F") "*List of strings to use as options for the page-header-generating program. The variable `lpr-page-header-program' specifies the program to use." :type '(repeat string) |