From: Juanma Barranquero Date: Sat, 17 Feb 2007 01:46:58 +0000 (+0000) Subject: (Fsubstitute_command_keys): Fix typo in docstring. X-Git-Tag: emacs-pretest-22.0.94~112 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2610bf68ee74744f8989ff6796958f847a5b5bb6;p=emacs.git (Fsubstitute_command_keys): Fix typo in docstring. --- 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;