emacs-diffs
[Top][All Lists]
Advanced

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

master 3d956fd 2/2: Remove some "is"es from previous json checkin


From: Lars Ingebrigtsen
Subject: master 3d956fd 2/2: Remove some "is"es from previous json checkin
Date: Wed, 21 Jul 2021 08:23:02 -0400 (EDT)

branch: master
commit 3d956fd0e3d609f384509e7c81f724b5065f3be1
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Remove some "is"es from previous json checkin
    
    * lisp/subr.el (json-available-p):
    * doc/lispref/text.texi (Parsing JSON): Fix typo in last check-in.
---
 doc/lispref/text.texi | 2 +-
 lisp/subr.el          | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/lispref/text.texi b/doc/lispref/text.texi
index a3b537a..e18ba47 100644
--- a/doc/lispref/text.texi
+++ b/doc/lispref/text.texi
@@ -5302,7 +5302,7 @@ represents @code{@{@}}, the empty JSON object; not 
@code{null},
 values.
 
 @defun json-available-p
-This predicate returns non-@code{nil} is Emacs has been built with
+This predicate returns non-@code{nil} if Emacs has been built with
 @acronym{JSON} support, and the library is available on the current
 system.
 @end defun
diff --git a/lisp/subr.el b/lisp/subr.el
index 3d66928..49c26cc 100644
--- a/lisp/subr.el
+++ b/lisp/subr.el
@@ -6312,7 +6312,7 @@ This is intended for internal use only."
   (internal--fill-string-single-line (apply #'format string objects)))
 
 (defun json-available-p ()
-  "Return non-nil if Emacs is has libjansson support."
+  "Return non-nil if Emacs has libjansson support."
   (and (fboundp 'json-serialize)
        (condition-case nil
            (json-serialize t)



reply via email to

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