From 9812b7a357a892a0a45321e247ee7de83178602b Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 7 Feb 2023 04:55:59 -0500 Subject: [PATCH] Comment improvements. --- adventure.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/adventure.yaml b/adventure.yaml index 18780a3..cb577bd 100644 --- a/adventure.yaml +++ b/adventure.yaml @@ -112,12 +112,14 @@ # message when the message is printed. These sequences are: # %d = an integer # %s = an ASCII string -# %S = The letter 's' or nothing (if a previous %d value is exactly 1) +# %S = the letter 's' or nothing (if a previous %d value is exactly 1) # %V = substitute program version string # # Copyright (c) 2017 by Eric S. Raymond # SPDX-License-Identifier: BSD-2-clause +# Motion names of the form MOT_* are not explicitly referenced in the +# locations YAML, but usually get compiled into generated C. motions: !!omap - MOT_0: words: !!null -- 2.31.1