aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/emacs-lisp/shortdoc.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/shortdoc.el b/lisp/emacs-lisp/shortdoc.el
index 9b31d687035..0320e171825 100644
--- a/lisp/emacs-lisp/shortdoc.el
+++ b/lisp/emacs-lisp/shortdoc.el
@@ -625,7 +625,7 @@ There can be any number of :example/:result elements."
625 (length> 625 (length>
626 :eval (length> '(a b c) 1)) 626 :eval (length> '(a b c) 1))
627 (length= 627 (length=
628 :eval (length> '(a b c) 3)) 628 :eval (length= '(a b c) 3))
629 (safe-length 629 (safe-length
630 :eval (safe-length '(a b c)))) 630 :eval (safe-length '(a b c))))
631 631