diff -r a6e002416ad0 doc/lispref/strings.texi --- a/doc/lispref/strings.texi Wed Sep 14 21:53:58 2022 +0900 +++ b/doc/lispref/strings.texi Wed Jan 18 14:35:45 2023 +0900 @@ -901,7 +901,7 @@ @end defun @defun string-to-char string - This function returns the first character in @var{string}. This + This function returns the first character in @var{string}. This is mostly identical to @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 diff -r a6e002416ad0 lisp/emacs-lisp/cl-macs.el --- a/lisp/emacs-lisp/cl-macs.el Wed Sep 14 21:53:58 2022 +0900 +++ b/lisp/emacs-lisp/cl-macs.el Wed Jan 18 14:35:45 2023 +0900 @@ -2731,7 +2731,7 @@ 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)