emacs-diffs
[Top][All Lists]
Advanced

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

master 0ebedd0119c: ; * doc/lispintro/emacs-lisp-intro.texi (car & cdr):


From: Eli Zaretskii
Subject: master 0ebedd0119c: ; * doc/lispintro/emacs-lisp-intro.texi (car & cdr): Fix typo.
Date: Sun, 25 Jun 2023 01:25:23 -0400 (EDT)

branch: master
commit 0ebedd0119c1bc3c1f55e873385a01e97f102766
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * doc/lispintro/emacs-lisp-intro.texi (car & cdr): Fix typo.
---
 doc/lispintro/emacs-lisp-intro.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/lispintro/emacs-lisp-intro.texi 
b/doc/lispintro/emacs-lisp-intro.texi
index 90eb92ca7ea..fce7583fe91 100644
--- a/doc/lispintro/emacs-lisp-intro.texi
+++ b/doc/lispintro/emacs-lisp-intro.texi
@@ -6827,7 +6827,7 @@ their code.
 
 However, lists in Lisp are built using a lower-level structure known
 as ``cons cells'' (@pxref{List Implementation}), in which there is no
-such thing as ``first'' or ``rest,''and the @sc{car} and the @sc{cdr}
+such thing as ``first'' or ``rest'', and the @sc{car} and the @sc{cdr}
 are symmetrical.  Lisp does not try to hide the existence of cons
 cells, and programs do use them for things other than lists.  For this
 reason, the names are helpful for reminding programmers that



reply via email to

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