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:
parent
5c74c25123
commit
a95d46e00f
2 changed files with 2 additions and 2 deletions
|
@ -525,7 +525,7 @@ core pattern can have the following forms:
|
||||||
|
|
||||||
@table @code
|
@table @code
|
||||||
|
|
||||||
@item _
|
@item _@r{ (underscore)}
|
||||||
Matches any @var{expval}.
|
Matches any @var{expval}.
|
||||||
This is also known as @dfn{don't care} or @dfn{wildcard}.
|
This is also known as @dfn{don't care} or @dfn{wildcard}.
|
||||||
|
|
||||||
|
|
|
@ -1345,7 +1345,7 @@ given width, if specified.
|
||||||
This flag converts the substituted text to upper case (@pxref{Case
|
This flag converts the substituted text to upper case (@pxref{Case
|
||||||
Conversion}).
|
Conversion}).
|
||||||
|
|
||||||
@item _
|
@item _@r{ (underscore)}
|
||||||
This flag converts the substituted text to lower case (@pxref{Case
|
This flag converts the substituted text to lower case (@pxref{Case
|
||||||
Conversion}).
|
Conversion}).
|
||||||
@end table
|
@end table
|
||||||
|
|
Loading…
Add table
Reference in a new issue