aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2007-02-17 01:46:58 +0000
committerJuanma Barranquero2007-02-17 01:46:58 +0000
commit2610bf68ee74744f8989ff6796958f847a5b5bb6 (patch)
treeebfbf2f48a63e0266c7b1f9cf990f69682886211
parent71428fe79a4b34b398b8d994ea39c0c82211cfce (diff)
downloademacs-2610bf68ee74744f8989ff6796958f847a5b5bb6.tar.gz
emacs-2610bf68ee74744f8989ff6796958f847a5b5bb6.zip
(Fsubstitute_command_keys): Fix typo in docstring.
-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.
745\\=\\= quotes the following character and is discarded; 745\\=\\= quotes the following character and is discarded;
746thus, \\=\\=\\=\\= puts \\=\\= into the output, and \\=\\=\\=\\[ puts \\=\\[ into the output. 746thus, \\=\\=\\=\\= puts \\=\\= into the output, and \\=\\=\\=\\[ puts \\=\\[ into the output.
747 747
748Returns original STRING if no substitutions were made. Othwerwise, 748Returns original STRING if no substitutions were made. Otherwise,
749a new string, without any text properties, is returned. */) 749a new string, without any text properties, is returned. */)
750 (string) 750 (string)
751 Lisp_Object string; 751 Lisp_Object string;