diff options
Diffstat (limited to 'etc/srecode')
| -rw-r--r-- | etc/srecode/test.srt | 2 | ||||
| -rw-r--r-- | etc/srecode/wisent.srt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/etc/srecode/test.srt b/etc/srecode/test.srt index b296f9dc515..d3dad33a5a2 100644 --- a/etc/srecode/test.srt +++ b/etc/srecode/test.srt | |||
| @@ -81,7 +81,7 @@ template gapsomething :blank | |||
| 81 | ---- | 81 | ---- |
| 82 | 82 | ||
| 83 | template inlinetext | 83 | template inlinetext |
| 84 | "Insert text that has no nelines" | 84 | "Insert text that has no newlines" |
| 85 | ---- | 85 | ---- |
| 86 | *In the middle* | 86 | *In the middle* |
| 87 | ---- | 87 | ---- |
diff --git a/etc/srecode/wisent.srt b/etc/srecode/wisent.srt index d45392e93dd..b66a17a4be5 100644 --- a/etc/srecode/wisent.srt +++ b/etc/srecode/wisent.srt | |||
| @@ -55,7 +55,7 @@ goal | |||
| 55 | 55 | ||
| 56 | %% | 56 | %% |
| 57 | (define-lex wisent-{{TARGETMODE}}-lexer | 57 | (define-lex wisent-{{TARGETMODE}}-lexer |
| 58 | "Lexical analzer to handle {{TARGETMODE}} buffers." | 58 | "Lexical analyzer to handle {{TARGETMODE}} buffers." |
| 59 | ;; semantic-lex-newline | 59 | ;; semantic-lex-newline |
| 60 | semantic-lex-ignore-whitespace | 60 | semantic-lex-ignore-whitespace |
| 61 | semantic-lex-ignore-newline | 61 | semantic-lex-ignore-newline |