Merge from emacs--devo--0
[bpt/emacs.git] / lisp / lpr.el
index dd39eb2..2c2e8c8 100644 (file)
@@ -141,7 +141,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 '("-h %s" "-F")
-  "List of strings to use as options for the page-header-generating program.
+  "*List of strings to use as options for the page-header-generating program.
 If `%s' appears in one of the strings, it is substituted by the page title.
 The variable `lpr-page-header-program' specifies the program to use."
   :type '(repeat string)