Index: doc/user/user.tex
===================================================================
--- doc/user/user.tex	(revision 8403b32b698505ac44f8092b4d1d7c296b72b83e)
+++ doc/user/user.tex	(revision bb1eabcd6f64b0ee41ffacd7dd40e7329004f68e)
@@ -11,6 +11,6 @@
 %% Created On       : Wed Apr  6 14:53:29 2016
 %% Last Modified By : Peter A. Buhr
-%% Last Modified On : Sun May  3 10:13:13 2026
-%% Update Count     : 7425
+%% Last Modified On : Mon May  4 07:19:24 2026
+%% Update Count     : 7436
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
@@ -5469,9 +5469,10 @@
 
 \item
-\Indexc{quote}( character / string) )\index{manipulator!quote@©quote©} bracket text with appropriate quote characters.
+\Indexc{quote}( character / string, ©const char qleft©, ©const char qright©) )\index{manipulator!quote@©quote©} bracket text with appropriate quote characters.
 No quotes is the default.
 \begin{cfa}[belowskip=0pt]
-sout | quote( 'A' ) | quote( "abd" ) | quote( (string){ "@#!" } );
-'A'"abd" "@#!"
+sout | quote( 'A' ) | quote( 'W', '"' ) | quote( "abd" ) | quote( "abd", '<', '>' )
+	  | quote( (string){ "@#!" } ) | quote( (string){ "@#!" }, '[', ']' );
+'A'"W""abd" §\LstStringStyle{<abd>}§ "@#!" §\LstStringStyle{[@\#!]}§
 \end{cfa}
 
@@ -5743,5 +5744,5 @@
 
 \item
-\Indexc{quote}( ©char & ch©, ©const char Ldelimiter = '\''©, ©const char Rdelimiter = '\0'© )\index{manipulator!quote@©quote©}
+\Indexc{quote}( ©char & ch©, ©const char qleft = '\''©, ©const char qright = '\0'© )\index{manipulator!quote@©quote©}
 consumes the string ©"LCR"©, where ©L© is the left ©delimiter© character, ©C© is the value in ©ch©, and ©R© is the right delimiter character, which skips whitespace, consumes and ignores the left delimiter, reads a single character into ©ch©, and consumes and ignores the right delimiter (3 characters).
 If the delimit character is omitted, it defaults to ©'\''© (single quote).
@@ -5756,5 +5757,5 @@
 \item
 \begin{sloppypar}
-\Indexc{quote}( $wdi\ manipulator$, ©const char Ldelimiter = '\''©, ©const char Rdelimiter = '\0'© )\index{manipulator!quote@©quote©}
+\Indexc{quote}( $wdi\ manipulator$, ©const char qleft = '\''©, ©const char qright = '\0'© )\index{manipulator!quote@©quote©}
 consumes the scanset ©"L[^R]R"©, where ©L© is the left ©delimiter© character and ©R© is the right delimiter character, which skips whitespace, consumes and ignores the left delimiter, reads characters until the right-delimiter into the string variable (null terminated), and consumes and ignores the right delimiter.
 If the delimit character is omitted, it defaults to ©'"'© (double quote).
