]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix typos in last change
authorEli Zaretskii <eliz@gnu.org>
Sat, 20 Feb 2021 14:24:03 +0000 (16:24 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 20 Feb 2021 14:24:03 +0000 (16:24 +0200)
* etc/NEWS: Improve wording.
* lisp/simple.el (execute-extended-command-for-buffer): Fix typo.

etc/NEWS
lisp/simple.el

index b623b13b34f2e3c199c55cd88c04a4b2da3aff5e..c4f4c1d9d86f43c552140f4633f346c3ed043925 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -255,7 +255,7 @@ commands.  The new keystrokes are 'C-x x g' ('revert-buffer'),
 ** 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.
 
 +++
index 0e3a1ee9053ff9d43c6d3dc5536d8e61cdf3a677..121b4d35a734b0873a6eca9da18b4595198b6184 100644 (file)
@@ -2195,8 +2195,8 @@ invoking, give a prefix argument to `execute-extended-command'."
 
 (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