]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/doc.c (store_function_docstring): Fix typo.
authorPip Cet <pipcet@protonmail.com>
Mon, 30 Dec 2024 21:55:38 +0000 (21:55 +0000)
committerEshel Yaron <me@eshelyaron.com>
Sat, 4 Jan 2025 20:26:18 +0000 (21:26 +0100)
(cherry picked from commit 2f1052d9b0de551dc3a463ed54e21c63517497ab)

src/doc.c

index fdb61be2097b20db3bd741a447a80c19958538cd..9620e4a2173fa635d4fed997e59d7e725d8da3ae 100644 (file)
--- a/src/doc.c
+++ b/src/doc.c
@@ -497,7 +497,7 @@ store_function_docstring (Lisp_Object obj, EMACS_INT offset)
     }
   else
     {
-      AUTO_STRING (format, "Ignoring DOC string on non-compiled"
+      AUTO_STRING (format, "Ignoring DOC string on non-compiled "
                   "non-subr: %S");
       CALLN (Fmessage, format, obj);
     }