mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-03 11:33:37 +00:00
* lisp/emacs-lisp/cl-macs.el (cl-loop): Add missing 'when' to spec
This commit is contained in:
parent
a3de48687e
commit
91fa95bde0
@ -941,7 +941,8 @@ For more details, see Info node `(cl)Loop Facility'.
|
||||
"above" "below" "by" "in" "on" "=" "across"
|
||||
"repeat" "while" "until" "always" "never"
|
||||
"thereis" "collect" "append" "nconc" "sum"
|
||||
"count" "maximize" "minimize" "if" "unless"
|
||||
"count" "maximize" "minimize"
|
||||
"if" "when" "unless"
|
||||
"return"]
|
||||
form]
|
||||
["using" (symbolp symbolp)]
|
||||
|
Loading…
Reference in New Issue
Block a user