elvish/website/ref
Kurtis Rader 2986d29f34 Correct the documentation for the try command
This came to light when a user commented on the IM channels that they
were surprised by this warning when the documentation says that "Only
try and try-block are required.":

    compilation error: try must be followed by a catch block or a finally block

P.S., The warning is because they had code that (presumably) looked like
`try { ... } except { ... }` that should now look like `try { ... }
catch { ... }`.
2022-08-29 12:30:39 +01:00
..
edit website: Make ttyshots look like transcripts. 2022-08-09 13:44:11 +01:00
builtin.md Revise doc for the builtin module. 2021-12-28 12:01:35 +00:00
command.md Treat $XDG_DATA_DIRS as semicolon-delimited on Windows. 2022-06-19 14:41:25 +01:00
edit.md Make ttyshots scripted and reproducible 2022-06-19 10:51:29 +01:00
epm.md website: Preserve ":" in elvdoc header IDs. 2021-11-29 23:47:59 +00:00
file.md Replace the @elvdoc macro with a @module macro. 2021-06-14 22:17:07 +01:00
flag.md New flag module. 2021-12-31 18:03:24 +00:00
index.toml Add new runtime module. 2022-08-08 00:09:02 +01:00
language.md Correct the documentation for the try command 2022-08-29 12:30:39 +01:00
math.md Replace the @elvdoc macro with a @module macro. 2021-06-14 22:17:07 +01:00
path.md Replace the @elvdoc macro with a @module macro. 2021-06-14 22:17:07 +01:00
platform.md Replace the @elvdoc macro with a @module macro. 2021-06-14 22:17:07 +01:00
prelude.md website/ref: Update docset URL and add link to subscribe to feed. 2021-06-15 16:19:31 +01:00
re.md Move elvdoc for the re module to the Go source. 2021-10-23 13:31:44 +01:00
readline-binding.md website: Mark up keys with the standard <kbd> tag. 2022-02-21 00:38:06 +00:00
runtime.md Add new runtime module. 2022-08-08 00:09:02 +01:00
store.md Expose all functionalities of the persistent store in the store: module. 2021-10-03 16:34:52 +01:00
str.md Replace the @elvdoc macro with a @module macro. 2021-06-14 22:17:07 +01:00
unix.md website: Preserve ":" in elvdoc header IDs. 2021-11-29 23:47:59 +00:00