diff options
Diffstat (limited to 'src')
| -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; |