diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ps-print.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ps-print.el b/lisp/ps-print.el index 3a14bcc57f4..b792eaf87cc 100644 --- a/lisp/ps-print.el +++ b/lisp/ps-print.el @@ -1018,7 +1018,7 @@ Valid values are: Any other value is treated as nil." :type '(choice (const 8-bit) (const control-8-bit) - (const control) (const nil)) + (const control) (other :tag "nil" nil)) :group 'ps-print) (defcustom ps-number-of-columns (if ps-landscape-mode 2 1) |
