aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/tutorial.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/tutorial.el')
-rw-r--r--lisp/tutorial.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/tutorial.el b/lisp/tutorial.el
index be1a12b499b..2e651484008 100644
--- a/lisp/tutorial.el
+++ b/lisp/tutorial.el
@@ -182,7 +182,7 @@ LEFT and RIGHT are the elements to compare."
182 (equal (car x) (car y))) 182 (equal (car x) (car y)))
183 (setq x (cdr x)) 183 (setq x (cdr x))
184 (setq y (cdr y))) 184 (setq y (cdr y)))
185 ;; Try to make a comparision that is useful for presentation (this 185 ;; Try to make a comparison that is useful for presentation (this
186 ;; could be made nicer perhaps): 186 ;; could be made nicer perhaps):
187 (let ((cx (car x)) 187 (let ((cx (car x))
188 (cy (car y))) 188 (cy (car y)))