]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix typos
authorStefan Kangas <stefankangas@gmail.com>
Thu, 28 Dec 2023 00:20:20 +0000 (01:20 +0100)
committerStefan Kangas <stefankangas@gmail.com>
Thu, 28 Dec 2023 00:20:32 +0000 (01:20 +0100)
lisp/jsonrpc.el
lisp/recentf.el
lisp/ses.el

index 5ce72eac77ed835ea9a39bbd552ca39491dad63c..9023f1b1ebffdd900eda6c932ecc142553505558 100644 (file)
@@ -267,14 +267,14 @@ dispatcher in CONN."
               conn
             (setf last-error error)
             (cond
-             (;; A remote response whose request has been cancelled
+             (;; A remote response whose request has been canceled
               ;; (i.e. timeout or C-g)
               ;;
               (and response-p (null cont))
               (jsonrpc--event
                conn 'internal
                :log-text
-               (format "Response to request %s which has been cancelled"
+               (format "Response to request %s which has been canceled"
                        id)
                :id id)
               ;; TODO: food for thought: this seems to be also where
@@ -823,7 +823,7 @@ Return the full continuation (ID SUCCESS-FN ERROR-FN TIMER)"
         (funcall success-fn result)))
      (t
       ;; For clarity.  This happens if the `jsonrpc-request' was
-      ;; cancelled
+      ;; canceled
       ))))
 
 (cl-defun jsonrpc--async-request-1 (connection
index 7040b4320740b8ec872b79d037ba1dff6947cc92..869e7a2546ae731f7e82d5638064bdbf6a28e348 100644 (file)
@@ -810,7 +810,7 @@ Filenames are relative to the `default-directory'."
     ("C/C++ files (%d)" ,(rx nonl "."
                              (or "c" "cc" "cpp" "h" "hpp" "cxx" "hxx")
                              eos))
-    ("Python files (%d" ,(rx nonl ".py" eos))
+    ("Python files (%d)" ,(rx nonl ".py" eos))
     ("Java files (%d)" ,(rx nonl ".java" eos))
     )
   "List of rules used by `recentf-arrange-by-rule' to build sub-menus.
index 881fe92a940cabf67b054cb46a780ac60f406673..02ed2faae3cbae78de55710877a1a76863eaa711 100644 (file)
@@ -2763,7 +2763,7 @@ See `ses-read-cell-printer' for input forms."
 ;; Spreadsheet size adjustments
 ;;----------------------------------------------------------------------------
 (defun ses--blank-line-needs-printing-p ()
-  "Returns `t' when blank new line print-out needs to be initialised
+  "Returns `t' when blank new line print-out needs to be initialized
 by calling the printers on it, `nil' otherwise."
   (let (ret
         printer