diff options
| author | Juanma Barranquero | 2007-02-17 01:46:58 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2007-02-17 01:46:58 +0000 |
| commit | 2610bf68ee74744f8989ff6796958f847a5b5bb6 (patch) | |
| tree | ebfbf2f48a63e0266c7b1f9cf990f69682886211 /src/doc.c | |
| parent | 71428fe79a4b34b398b8d994ea39c0c82211cfce (diff) | |
| download | emacs-2610bf68ee74744f8989ff6796958f847a5b5bb6.tar.gz emacs-2610bf68ee74744f8989ff6796958f847a5b5bb6.zip | |
(Fsubstitute_command_keys): Fix typo in docstring.
Diffstat (limited to 'src/doc.c')
| -rw-r--r-- | src/doc.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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; |
| 746 | thus, \\=\\=\\=\\= puts \\=\\= into the output, and \\=\\=\\=\\[ puts \\=\\[ into the output. | 746 | thus, \\=\\=\\=\\= puts \\=\\= into the output, and \\=\\=\\=\\[ puts \\=\\[ into the output. |
| 747 | 747 | ||
| 748 | Returns original STRING if no substitutions were made. Othwerwise, | 748 | Returns original STRING if no substitutions were made. Otherwise, |
| 749 | a new string, without any text properties, is returned. */) | 749 | a new string, without any text properties, is returned. */) |
| 750 | (string) | 750 | (string) |
| 751 | Lisp_Object string; | 751 | Lisp_Object string; |