guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] 01/01: Fix typo in Nil documentation


From: Andy Wingo
Subject: [Guile-commits] 01/01: Fix typo in Nil documentation
Date: Fri, 2 Sep 2016 08:13:12 +0000 (UTC)

wingo pushed a commit to branch master
in repository guile.

commit b494bc1743910f65e3062f0ced1a212bb72df772
Author: Andy Wingo <address@hidden>
Date:   Fri Sep 2 10:12:28 2016 +0200

    Fix typo in Nil documentation
    
    * doc/ref/api-languages.texi (Nil): Fix typo.  Thanks to Wilfred Hughes
      for the report.  Fixes #24342.
---
 doc/ref/api-languages.texi |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/ref/api-languages.texi b/doc/ref/api-languages.texi
index fb42987..dd4f223 100644
--- a/doc/ref/api-languages.texi
+++ b/doc/ref/api-languages.texi
@@ -229,7 +229,7 @@ Here are correct versions of the above examples:
 This problem has a mirror-image case in Elisp:
 
 @example
-(deffn my-falsep (x)
+(defun my-falsep (x)
   (if (eq x nil)
       t
       nil))



reply via email to

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