diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2022-06-01 21:38:15 -0400 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2022-06-01 21:38:15 -0400 |
| commit | b813f80bbe1e9249f312a153f9316f3aa2894660 (patch) | |
| tree | 52a2c545c5e8810ae3e08c78e2b33b5b67c4d1d8 /docs/help/index.html | |
| parent | 6725dc97c14ae87f7bfac650ad96edb759340aa2 (diff) | |
Add help pages and keybar entries for quote characters
Diffstat (limited to 'docs/help/index.html')
| -rw-r--r-- | docs/help/index.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/help/index.html b/docs/help/index.html index 46b5e791..d6110440 100644 --- a/docs/help/index.html +++ b/docs/help/index.html @@ -381,5 +381,13 @@ <td><code><span class='Comment'>#</span></code></td> <td><a href="comment.html">Comment</a></td> </tr> +<tr> +<td><code><span class='String'>'</span></code></td> +<td><a href="character.html">Character</a></td> +</tr> +<tr> +<td><code><span class='String'>"</span></code></td> +<td><a href="string.html">String</a></td> +</tr> </tbody> </table> |
