mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
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:
parent
cbd3a3b87d
commit
2c90aa93a9
1 changed files with 1 additions and 1 deletions
|
|
@ -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))))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue