From 71ee3e042e4bc6464430e25574a440d15e14a328 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Sat, 3 Jun 2006 22:51:32 +0000 Subject: [PATCH] (Abstract Display): Fix typo. --- lispref/ChangeLog | 4 ++++ lispref/display.texi | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 7c842470062..d8c8480c6d3 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,7 @@ +2006-06-04 Thien-Thi Nguyen + + * display.texi (Abstract Display): Fix typo. + 2006-06-03 Eli Zaretskii * minibuf.texi (Minibuffer History) : diff --git a/lispref/display.texi b/lispref/display.texi index 1a34b0ff785..21277d1c587 100644 --- a/lispref/display.texi +++ b/lispref/display.texi @@ -4631,7 +4631,7 @@ buffer. If @var{count-current} is non-@code{nil}, count any button at The Ewoc package constructs buffer text that represents a structure of Lisp objects, and updates the text to follow changes in that -structure. This is like the ``view'' component in the the +structure. This is like the ``view'' component in the ``model/view/controller'' design paradigm. An @dfn{ewoc} is a structure that organizes information required to -- 2.39.5