From 2610bf68ee74744f8989ff6796958f847a5b5bb6 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Sat, 17 Feb 2007 01:46:58 +0000 Subject: [PATCH] (Fsubstitute_command_keys): Fix typo in docstring. --- src/doc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc.c b/src/doc.c index be52f8aa07e..39fa6229183 100644 --- a/src/doc.c +++ b/src/doc.c @@ -745,7 +745,7 @@ as the keymap for future \\=\\[COMMAND] substrings. \\=\\= quotes the following character and is discarded; thus, \\=\\=\\=\\= puts \\=\\= into the output, and \\=\\=\\=\\[ puts \\=\\[ into the output. -Returns original STRING if no substitutions were made. Othwerwise, +Returns original STRING if no substitutions were made. Otherwise, a new string, without any text properties, is returned. */) (string) Lisp_Object string; -- 2.39.2