From 5b6887ad2afbdd7c1d855bbea36e2faeef2ad9b9 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sat, 27 Oct 2012 15:07:43 -0700 Subject: [PATCH] * doc/lispref/lists.texi (List Elements): Typo fix. --- doc/lispref/ChangeLog | 4 ++++ doc/lispref/lists.texi | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index c7fb29a6fb1..03922f2c02f 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,3 +1,7 @@ +2012-10-27 Glenn Morris + + * lists.texi (List Elements): Typo fix. + 2012-10-27 Chong Yidong * minibuf.texi (High-Level Completion): Don't mention removed diff --git a/doc/lispref/lists.texi b/doc/lispref/lists.texi index 4a8740a5734..eaef8cc1f8a 100644 --- a/doc/lispref/lists.texi +++ b/doc/lispref/lists.texi @@ -252,7 +252,7 @@ x @end example @noindent -For the @code{pop} macro, which removes an element from a list, +For the @code{push} macro, which adds an element to a list, @xref{List Variables}. @end defmac -- 2.39.2