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:
parent
5c74c25123
commit
a95d46e00f
@ -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}.
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user