diff options
Diffstat (limited to 'src/doc.c')
-rw-r--r-- | src/doc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/doc.c b/src/doc.c index bbb42c2aa3f..8af2c82a545 100644 --- a/src/doc.c +++ b/src/doc.c @@ -146,8 +146,8 @@ get_doc_string (Lisp_Object filepos, bool unibyte, bool definition) if (fd < 0) { SAFE_FREE (); - return concat3 (build_local_string ("Cannot open doc string file \""), - file, build_local_string ("\"\n")); + return concat3 (SCOPED_STRING ("Cannot open doc string file \""), + file, SCOPED_STRING ("\"\n")); } } count = SPECPDL_INDEX (); |