@end group
@end example
- With the key sequence @kbd{C-x &} prior the file visiting command,
-the meaning of @code{execute-file-commands-asynchronously} will be
-reverted. If this user option is @code{nil}, visiting a file is
-performed asynchronously. Contrary, if this user option is
-non-@code{nil}, visiting a file is performed synchronously.
+@kindex C-x &
+ If you type @kbd{C-x &} (@code{universal-async-argument}) prior the
+file visiting command, the meaning of
+@code{execute-file-commands-asynchronously} will be reverted. If this
+user option is @code{nil}, visiting a file is performed
+asynchronously. Contrary, if this user option is non-@code{nil},
+visiting a file is performed synchronously.
@kindex C-x C-v
@findex find-alternate-file
If @var{async} is non-@code{nil}, the file will be loaded into the
buffer asynchronously. Interactively, this is indicated by either
setting user option @code{execute-file-commands-asynchronously} to
-non-@code{nil}, or by the key sequence @kbd{C-x &}
+non-@code{nil}, or by typing @kbd{C-x &}
(@code{universal-async-argument}) prior the command.
When @code{find-file} is called interactively, it prompts for
If this variable is non-@code{nil}, a file will be visited
asynchronously when called interactively. If it is a regular
expression, it must match the file name to be visited. This behavior
-is toggled by the key sequence @kbd{C-x &}
-(@code{universal-async-argument}) prior to the interactive call of the
-file visiting command.
+is toggled by the command @kbd{C-x &} (@code{universal-async-argument})
+prior to the interactive call of the file visiting command.
@end defopt
@defopt find-file-hook
If ASYNC is non-nil, the file will be loaded into the buffer
asynchronously. Interactively, this is indicated by setting
`execute-file-commands-asynchronously' to a proper non-nil value.
-This behavior can be toggled by the key sequence \\[universal-async-argument]
+This behavior can be toggled by \\[universal-async-argument]
prior the command invocation.
To visit a file without any kind of conversion and without
If ASYNC is non-nil, the file will be loaded into the buffer
asynchronously. Interactively, this is indicated by setting
`execute-file-commands-asynchronously' to a proper non-nil value.
-This behavior can be toggled by the key sequence \\[universal-async-argument]
+This behavior can be toggled by \\[universal-async-argument]
prior the command invocation."
(interactive
(find-file-read-args "Find file in other window: "
If ASYNC is non-nil, the file will be loaded into the buffer
asynchronously. Interactively, this is indicated by setting
`execute-file-commands-asynchronously' to a proper non-nil value.
-This behavior can be toggled by the key sequence \\[universal-async-argument]
+This behavior can be toggled by \\[universal-async-argument]
prior the command invocation."
(interactive
(find-file-read-args "Find file in other frame: "
If ASYNC is non-nil, the file will be loaded into the buffer
asynchronously. Interactively, this is indicated by setting
`execute-file-commands-asynchronously' to a proper non-nil value.
-This behavior can be toggled by the key sequence \\[universal-async-argument]
+This behavior can be toggled by \\[universal-async-argument]
prior the command invocation."
(interactive
(find-file-read-args "Find existing file: " t))
If ASYNC is non-nil, the file will be loaded into the buffer
asynchronously. Interactively, this is indicated by setting
`execute-file-commands-asynchronously' to a proper non-nil value.
-This behavior can be toggled by the key sequence \\[universal-async-argument]
+This behavior can be toggled by \\[universal-async-argument]
prior the command invocation."
(interactive
(save-selected-window
If ASYNC is non-nil, the file will be loaded into the buffer
asynchronously. Interactively, this is indicated by setting
`execute-file-commands-asynchronously' to a proper non-nil value.
-This behavior can be toggled by the key sequence \\[universal-async-argument]
+This behavior can be toggled by \\[universal-async-argument]
prior the command invocation.
If the current buffer is an indirect buffer, or the base buffer
(defcustom execute-file-commands-asynchronously nil
"Non-nil means visit file asynchronously when called interactively.
If it is a regular expression, it must match the file name to be
-visited. This behavior is toggled by the key sequence \\[universal-async-argument]
+visited. This behavior is toggled by \\[universal-async-argument]
prior the command invocation."
:group 'files
:version "27.1"
If ASYNC is non-nil, the file will be loaded into the buffer
asynchronously. Interactively, this is indicated by setting
`execute-file-commands-asynchronously' to a proper non-nil value.
-This behavior can be toggled by the key sequence \\[universal-async-argument]
+This behavior can be toggled by \\[universal-async-argument]
prior the command invocation.
In non-interactive use, the value is the buffer where the file is