]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix minor mistakes in documentation
authorIkumi Keita <ikumi@ikumi.que.jp>
Wed, 18 Jan 2023 12:28:59 +0000 (14:28 +0200)
committerEli Zaretskii <eliz@gnu.org>
Wed, 18 Jan 2023 12:28:59 +0000 (14:28 +0200)
* lisp/emacs-lisp/cl-macs.el (cl-letf): Correct Info reference.

* doc/lispref/strings.texi (String Conversion): Fix typo.

(Bug#60926)

doc/lispref/strings.texi
lisp/emacs-lisp/cl-macs.el

index ca18f0a9cc1027abcf3ba6f92b952cfce2e58f6b..3d86a87516b9d91d49e2413cb90c1d1eb91fe060 100644 (file)
@@ -911,8 +911,8 @@ This function returns a new string containing one character,
 @end defun
 
 @defun string-to-char string
-  This function returns the first character in @var{string}.  This
-mostly identical to @code{(aref string 0)}, except that it returns 0
+  This function returns the first character in @var{string}.  This is
+mostly identical to @w{@code{(aref string 0)}}, except that it returns 0
 if the string is empty.  (The value is also 0 when the first character
 of @var{string} is the null character, @acronym{ASCII} code 0.)  This
 function may be eliminated in the future if it does not seem useful
index 685ab99c26e234364533b7b59f1fb012dd61c120..43207ce7026f583c3bb4e68fd657feb3f3ba8d62 100644 (file)
@@ -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)