aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2003-05-06 17:53:37 +0000
committerJuanma Barranquero2003-05-06 17:53:37 +0000
commitd730a5ac5f365ea6c6e99d4f59c03d490c74677b (patch)
tree7442967f6389dc20749debf79c39bac4af0f7d68
parent6688f85fc72d73a38d949a6c4d269354fd450036 (diff)
downloademacs-d730a5ac5f365ea6c6e99d4f59c03d490c74677b.tar.gz
emacs-d730a5ac5f365ea6c6e99d4f59c03d490c74677b.zip
(ps-zebra-stripe-follow): Don't quote nil and t in docstrings.
-rw-r--r--lisp/ps-print.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ps-print.el b/lisp/ps-print.el
index f26908746fd..9a6a555f0ff 100644
--- a/lisp/ps-print.el
+++ b/lisp/ps-print.el
@@ -2134,7 +2134,7 @@ that a line is printed):
2134 22 + 22 + 2134 22 + 22 +
2135 -------- ----------- --------- ---------------- 2135 -------- ----------- --------- ----------------
2136 2136
2137Any other value is treated as `nil'." 2137Any other value is treated as nil."
2138 :type '(choice :menu-tag "Zebra Stripe Follow" 2138 :type '(choice :menu-tag "Zebra Stripe Follow"
2139 :tag "Zebra Stripe Follow" 2139 :tag "Zebra Stripe Follow"
2140 (const :tag "Always Restart" nil) 2140 (const :tag "Always Restart" nil)