Fix the length= shortdoc example
* lisp/emacs-lisp/shortdoc.el (list): Fix the length= example (bug#48495). Copyright-paperwork-exempt: yes
This commit is contained in:
committed by
Lars Ingebrigtsen
parent
cbd3a3b87d
commit
2c90aa93a9
@@ -625,7 +625,7 @@ There can be any number of :example/:result elements."
|
||||
(length>
|
||||
:eval (length> '(a b c) 1))
|
||||
(length=
|
||||
:eval (length> '(a b c) 3))
|
||||
:eval (length= '(a b c) 3))
|
||||
(safe-length
|
||||
:eval (safe-length '(a b c))))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user