Comment improvements.

This commit is contained in:
Eric S. Raymond 2023-02-07 04:55:59 -05:00
parent d9111efc68
commit 9812b7a357

View file

@ -112,12 +112,14 @@
# message when the message is printed. These sequences are: # message when the message is printed. These sequences are:
# %d = an integer # %d = an integer
# %s = an ASCII string # %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 # %V = substitute program version string
# #
# Copyright (c) 2017 by Eric S. Raymond # Copyright (c) 2017 by Eric S. Raymond
# SPDX-License-Identifier: BSD-2-clause # 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 motions: !!omap
- MOT_0: - MOT_0:
words: !!null words: !!null