changeset 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 3c09babf1869
children 58d48cd0f5f0
files src/doc.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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;