emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master a10574c: ; Fix another recent typo in simple.el.


From: Basil L. Contovounesios
Subject: master a10574c: ; Fix another recent typo in simple.el.
Date: Wed, 17 Feb 2021 18:09:24 -0500 (EST)

branch: master
commit a10574c579cf072ace1db0f80a462a737ade45cb
Author: Basil L. Contovounesios <contovob@tcd.ie>
Commit: Basil L. Contovounesios <contovob@tcd.ie>

    ; Fix another recent typo in simple.el.
---
 lisp/simple.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/simple.el b/lisp/simple.el
index b0a0896..d6ccdad 100644
--- a/lisp/simple.el
+++ b/lisp/simple.el
@@ -1924,13 +1924,13 @@ to get different commands to edit and resubmit."
 (defcustom read-extended-command-predicate nil
   "Predicate to use to determine which commands to include when completing.
 If it's nil, include all the commands.
-If it's a functoion, it will be called with two parameters: the
+If it's a function, it will be called with two parameters: the
 symbol of the command and a buffer.  The predicate should return
 non-nil if the command should be present when doing `M-x TAB'
 in that buffer."
   :version "28.1"
   :group 'completion
-  :type `(choice (const :tag "Don't exclude any commands" nil)
+  :type '(choice (const :tag "Don't exclude any commands" nil)
                  (const :tag "Exclude commands irrelevant to current buffer's 
mode"
                         command-completion-default-include-p)
                  (function :tag "Other function")))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]