Comment improvements.
This commit is contained in:
parent
d9111efc68
commit
9812b7a357
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue