diff options
| author | Eli Zaretskii | 2024-10-27 08:23:05 -0400 |
|---|---|---|
| committer | Eli Zaretskii | 2024-10-27 08:23:05 -0400 |
| commit | e4f490c8719bf3afda90f7968ccfb7f318a2e827 (patch) | |
| tree | 49b5c0e526852153b5697f5b8577b5c8171e39a6 /doc | |
| parent | 4704dd39de0427466ca3585ab284b7302b0ef2d7 (diff) | |
| parent | e0f964c16df4951e3d1ad6d43371ce2a09ede28c (diff) | |
| download | emacs-e4f490c8719bf3afda90f7968ccfb7f318a2e827.tar.gz emacs-e4f490c8719bf3afda90f7968ccfb7f318a2e827.zip | |
Merge from origin/emacs-30
e0f964c16df ; * etc/AUTHORS: Update.
eb18f7288b3 ; * ChangeLog.4: Update.
8e37b537160 Skip *.dylib files in 'loaddefs-generate'
0d8d5f10ffc Highlight namespace name in "use" clause.
d3e98487d08 ; * lisp/loadup.el: Improve file abstract
1a91d37a21c ; * doc/lispref/control.texi (Conditionals): Fix markup.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/control.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/lispref/control.texi b/doc/lispref/control.texi index 6ad8a779d17..80ed2ce899b 100644 --- a/doc/lispref/control.texi +++ b/doc/lispref/control.texi | |||
| @@ -334,8 +334,8 @@ Like @code{if-let*}, but without @var{else-forms}. | |||
| 334 | 334 | ||
| 335 | @defmac and-let* varlist then-forms... | 335 | @defmac and-let* varlist then-forms... |
| 336 | Like @code{when-let*}, but in addition, if there are no | 336 | Like @code{when-let*}, but in addition, if there are no |
| 337 | @var{then-forms} and all the bindings evaluate to non-nil, return the | 337 | @var{then-forms} and all the bindings evaluate to non-@code{nil}, return |
| 338 | value of the last binding. | 338 | the value of the last binding. |
| 339 | @end defmac | 339 | @end defmac |
| 340 | 340 | ||
| 341 | @defmac while-let spec then-forms... | 341 | @defmac while-let spec then-forms... |