summaryrefslogtreecommitdiff
path: root/src/doc.c
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2007-02-17 01:46:58 +0000
committerJuanma Barranquero <lekktu@gmail.com>2007-02-17 01:46:58 +0000
commit2610bf68ee74744f8989ff6796958f847a5b5bb6 (patch)
treeebfbf2f48a63e0266c7b1f9cf990f69682886211 /src/doc.c
parent71428fe79a4b34b398b8d994ea39c0c82211cfce (diff)
downloademacs-2610bf68ee74744f8989ff6796958f847a5b5bb6.tar.gz
(Fsubstitute_command_keys): Fix typo in docstring.
Diffstat (limited to 'src/doc.c')
-rw-r--r--src/doc.c2
1 files changed, 1 insertions, 1 deletions
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;