; Fix minor mistakes in documentation
* lisp/emacs-lisp/cl-macs.el (cl-letf): Correct Info reference. * doc/lispref/strings.texi (String Conversion): Fix typo. (Bug#60926)
This commit is contained in:
parent
faee7e1f1b
commit
1798ff5a66
2 changed files with 3 additions and 3 deletions
|
@ -2810,7 +2810,7 @@ values. Note that this macro is *not* available in Common Lisp.
|
|||
As a special case, if `(PLACE)' is used instead of `(PLACE VALUE)',
|
||||
the PLACE is not modified before executing BODY.
|
||||
|
||||
See info node `(cl) Function Bindings' for details.
|
||||
See info node `(cl) Modify Macros' for details.
|
||||
|
||||
\(fn ((PLACE VALUE) ...) BODY...)"
|
||||
(declare (indent 1) (debug ((&rest [&or (symbolp form)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue