I want to move a region leftwards by one tab stop, as a rigid block (not changing indentation of internal lines).
Here's the quote from the relevant documentation, but I don't understand:
C-x TAB This command is used to change the indentation of all lines that begin in the region, moving the affected lines as a “rigid” unit.
If called with no argument, the command activates a transient mode for adjusting the indentation of the affected lines interactively. While this transient mode is active, typing LEFT or RIGHT indents leftward and rightward, respectively, by one space. You can also type S-LEFT or S-RIGHT to indent leftward or rightward to the next tab stop (see Tab Stops). Typing any other key disables the transient mode, and resumes normal editing.
I'm not seeing a transient mode. How do I move a region to the previous tab stop?