mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 18:40:39 -08:00
* lisp/emacs-lisp/cl-macs.el (cl-loop): Add missing 'when' to spec
This commit is contained in:
parent
a3de48687e
commit
91fa95bde0
1 changed files with 2 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue