(Fsubstitute_command_keys): Pass new arg to insert_from_string.
authorRichard M. Stallman <rms@gnu.org>
Tue, 14 Sep 1993 12:10:02 +0000 (12:10 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 14 Sep 1993 12:10:02 +0000 (12:10 +0000)
src/doc.c

index 47ee4d7..499033c 100644 (file)
--- a/src/doc.c
+++ b/src/doc.c
@@ -480,7 +480,7 @@ thus, \\=\\=\\=\\= puts \\=\\= into the output, and \\=\\=\\=\\[ puts \\=\\[ int
            {
              name = Fsymbol_name (name);
              insert_string ("\nUses keymap \"");
-             insert_from_string (name, 0, XSTRING (name)->size);
+             insert_from_string (name, 0, XSTRING (name)->size, 1);
              insert_string ("\", which is not currently defined.\n");
              if (start[-1] == '<') keymap = Qnil;
            }