emacs-diffs
[Top][All Lists]
Advanced

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

master 8f571769e15: ; Fix typos


From: Stefan Kangas
Subject: master 8f571769e15: ; Fix typos
Date: Wed, 27 Dec 2023 19:20:44 -0500 (EST)

branch: master
commit 8f571769e155a214ae2f9f760dd179b687d9982e
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    ; Fix typos
---
 lisp/jsonrpc.el | 6 +++---
 lisp/recentf.el | 2 +-
 lisp/ses.el     | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/lisp/jsonrpc.el b/lisp/jsonrpc.el
index 5ce72eac77e..9023f1b1ebf 100644
--- a/lisp/jsonrpc.el
+++ b/lisp/jsonrpc.el
@@ -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
diff --git a/lisp/recentf.el b/lisp/recentf.el
index 7040b432074..869e7a2546a 100644
--- a/lisp/recentf.el
+++ b/lisp/recentf.el
@@ -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.
diff --git a/lisp/ses.el b/lisp/ses.el
index 881fe92a940..02ed2faae3c 100644
--- a/lisp/ses.el
+++ b/lisp/ses.el
@@ -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



reply via email to

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