1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-09 15:50:21 +00:00

Make it explicit that a couple of _s in lispref are underscores

* doc/lispref/strings.texi (Custom Format Strings):
* doc/lispref/control.texi (pcase Macro): Make it explicit that
it's an underscore (bug#55742).
This commit is contained in:
Lars Ingebrigtsen 2022-06-01 17:56:45 +02:00
parent 5c74c25123
commit a95d46e00f
2 changed files with 2 additions and 2 deletions

View File

@ -525,7 +525,7 @@ core pattern can have the following forms:
@table @code
@item _
@item _@r{ (underscore)}
Matches any @var{expval}.
This is also known as @dfn{don't care} or @dfn{wildcard}.

View File

@ -1345,7 +1345,7 @@ given width, if specified.
This flag converts the substituted text to upper case (@pxref{Case
Conversion}).
@item _
@item _@r{ (underscore)}
This flag converts the substituted text to lower case (@pxref{Case
Conversion}).
@end table