]> git.eshelyaron.com Git - emacs.git/commitdiff
Make it explicit that a couple of _s in lispref are underscores
authorLars Ingebrigtsen <larsi@gnus.org>
Wed, 1 Jun 2022 15:56:45 +0000 (17:56 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Wed, 1 Jun 2022 15:56:45 +0000 (17:56 +0200)
* doc/lispref/strings.texi (Custom Format Strings):
* doc/lispref/control.texi (pcase Macro): Make it explicit that
it's an underscore (bug#55742).

doc/lispref/control.texi
doc/lispref/strings.texi

index ecf616fc2be1d85103abba336e2cb3116f88ce86..34653d70565dd9a37dcd4bce21922c827ede15d7 100644 (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}.
 
index 3d8db985e9cfd88c510baca536ad75353814149a..742ab76244d1b57a8968e1994732f2f9635eac12 100644 (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