* etc/NEWS: Improve wording.
* lisp/simple.el (execute-extended-command-for-buffer): Fix typo.
** New command 'execute-extended-command-for-buffer'.
This new command, bound to 'M-S-x', works like
'execute-extended-command', but limits the set of commands to the
-commands that have been determined to be particularly of use to the
+commands that have been determined to be particularly useful with the
current mode.
+++
(defun execute-extended-command-for-buffer (prefixarg &optional
command-name typed)
- "Query usert for a command relevant for the current mode and then execute it.
-This is like `execute-extended-command', but limits the
+ "Query user for a command relevant for the current mode, and then execute it.
+This is like `execute-extended-command', but it limits the
completions to commands that are particularly relevant to the
current buffer. This includes commands that have been marked as
being specially designed for the current major mode (and enabled