diff src/doc.c @ 75968:88a395ffffbc

(Fsubstitute_command_keys): Fix typo in docstring.
author Juanma Barranquero <lekktu@gmail.com>
date Sat, 17 Feb 2007 01:46:58 +0000
parents 3d45362f1d38
children 922696f363b0 7e640eac2dcb dd7c098af727
line wrap: on
line diff
--- 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;