From: Lars Ingebrigtsen Date: Wed, 1 Jun 2022 15:56:45 +0000 (+0200) Subject: Make it explicit that a couple of _s in lispref are underscores X-Git-Tag: emacs-28.1.90~55 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a95d46e00febf3ef4a7fd016e06d5c426e81f1e2;p=emacs.git 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). --- diff --git a/doc/lispref/control.texi b/doc/lispref/control.texi index ecf616fc2be..34653d70565 100644 --- a/doc/lispref/control.texi +++ b/doc/lispref/control.texi @@ -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}. diff --git a/doc/lispref/strings.texi b/doc/lispref/strings.texi index 3d8db985e9c..742ab76244d 100644 --- a/doc/lispref/strings.texi +++ b/doc/lispref/strings.texi @@ -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