emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-26 f656ccd: ; Fix typo


From: Mark Oteiza
Subject: [Emacs-diffs] emacs-26 f656ccd: ; Fix typo
Date: Fri, 22 Sep 2017 16:35:10 -0400 (EDT)

branch: emacs-26
commit f656ccdb4384564001ae181c66f2a242bc31a849
Author: Mark Oteiza <address@hidden>
Commit: Mark Oteiza <address@hidden>

    ; Fix typo
    
    * lisp/emacs-lisp/subr-x.el: Nix extra parenthesis.
---
 lisp/emacs-lisp/subr-x.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/emacs-lisp/subr-x.el b/lisp/emacs-lisp/subr-x.el
index 077ad22..edba655 100644
--- a/lisp/emacs-lisp/subr-x.el
+++ b/lisp/emacs-lisp/subr-x.el
@@ -128,7 +128,7 @@ binding value is nil.  If all are non-nil, the value of 
THEN is
 returned, or the last form in ELSE is returned.
 
 Each element of VARLIST is a list (SYMBOL VALUEFORM) which binds
-SYMBOL to the value of VALUEFORM).  An element can additionally
+SYMBOL to the value of VALUEFORM.  An element can additionally
 be of the form (VALUEFORM), which is evaluated and checked for
 nil; i.e. SYMBOL can be omitted if only the test result is of
 interest."



reply via email to

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