summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2017-09-05 20:53:57 -0400
committerGlenn Morris <rgm@gnu.org>2017-09-05 20:53:57 -0400
commit01a82957d25e7fc3fe4ec799f3c05f22a4278428 (patch)
treec817bbc31c170d6ff0c02c9e9cfdc0ab059fe2b5 /lisp
parentd48f30057f50b69e3afff308c56836344c0f55d4 (diff)
downloademacs-01a82957d25e7fc3fe4ec799f3c05f22a4278428.tar.gz
; * lisp/emacs-lisp/ert.el (ert-batch-backtrace-right-margin): Fix tag.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/emacs-lisp/ert.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/ert.el b/lisp/emacs-lisp/ert.el
index 323576effe5..9cc764d78e0 100644
--- a/lisp/emacs-lisp/ert.el
+++ b/lisp/emacs-lisp/ert.el
@@ -76,7 +76,7 @@
(defcustom ert-batch-backtrace-right-margin 70
"Maximum length of lines in ERT backtraces in batch mode.
Use nil for no limit (caution: backtrace lines can be very long)."
- :type '(choice (const nil :tag "No truncation") integer))
+ :type '(choice (const :tag "No truncation" nil) integer))
(defface ert-test-result-expected '((((class color) (background light))
:background "green1")