new bindable readline command `execute-named-command', bound to M-x in emacs mode

This commit is contained in:
Chet Ramey
2023-11-06 09:44:01 -05:00
parent b30389070a
commit 511fef0f5c
10 changed files with 497 additions and 7 deletions
+2 -2
View File
@@ -6135,8 +6135,8 @@ The Bash @sc{posix} mode is described in @ref{Bash POSIX Mode}.
These are the @sc{posix} special builtins:
@example
@w{break : . continue eval exec exit export readonly return set}
@w{shift trap unset}
@w{break : . source continue eval exec exit export readonly return set}
@w{shift times trap unset}
@end example
@node Shell Variables