]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fsubstitute_command_keys): Fix typo in docstring.
authorJuanma Barranquero <lekktu@gmail.com>
Sat, 17 Feb 2007 01:46:58 +0000 (01:46 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Sat, 17 Feb 2007 01:46:58 +0000 (01:46 +0000)
src/doc.c

index be52f8aa07e2010d500185cc034d09036214db29..39fa6229183f5c5cdfe7886017e5c60027243f0d 100644 (file)
--- 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;