# HG changeset patch # User Juanma Barranquero # Date 1171676818 0 # Node ID 88a395ffffbc0ae00b7157d3dd21d4dbded1cc8e # Parent 3c09babf18696169bc632bf052f7ab1cce428b60 (Fsubstitute_command_keys): Fix typo in docstring. diff -r 3c09babf1869 -r 88a395ffffbc src/doc.c --- a/src/doc.c Fri Feb 16 19:09:09 2007 +0000 +++ b/src/doc.c Sat Feb 17 01:46:58 2007 +0000 @@ -745,7 +745,7 @@ \\=\\= 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;