diff options
| author | Thien-Thi Nguyen | 2006-06-03 22:51:32 +0000 |
|---|---|---|
| committer | Thien-Thi Nguyen | 2006-06-03 22:51:32 +0000 |
| commit | 71ee3e042e4bc6464430e25574a440d15e14a328 (patch) | |
| tree | cc50248174fa948453aee3be51314870529e83fc | |
| parent | ff3e9dbcc7274cadad448e80f58af791aa6e99d6 (diff) | |
| download | emacs-71ee3e042e4bc6464430e25574a440d15e14a328.tar.gz emacs-71ee3e042e4bc6464430e25574a440d15e14a328.zip | |
(Abstract Display): Fix typo.
| -rw-r--r-- | lispref/ChangeLog | 4 | ||||
| -rw-r--r-- | lispref/display.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 7c842470062..d8c8480c6d3 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2006-06-04 Thien-Thi Nguyen <ttn@gnu.org> | ||
| 2 | |||
| 3 | * display.texi (Abstract Display): Fix typo. | ||
| 4 | |||
| 1 | 2006-06-03 Eli Zaretskii <eliz@gnu.org> | 5 | 2006-06-03 Eli Zaretskii <eliz@gnu.org> |
| 2 | 6 | ||
| 3 | * minibuf.texi (Minibuffer History) <history-add-new-input>: | 7 | * minibuf.texi (Minibuffer History) <history-add-new-input>: |
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 | |||
| 4631 | 4631 | ||
| 4632 | The Ewoc package constructs buffer text that represents a structure | 4632 | The Ewoc package constructs buffer text that represents a structure |
| 4633 | of Lisp objects, and updates the text to follow changes in that | 4633 | of Lisp objects, and updates the text to follow changes in that |
| 4634 | structure. This is like the ``view'' component in the the | 4634 | structure. This is like the ``view'' component in the |
| 4635 | ``model/view/controller'' design paradigm. | 4635 | ``model/view/controller'' design paradigm. |
| 4636 | 4636 | ||
| 4637 | An @dfn{ewoc} is a structure that organizes information required to | 4637 | An @dfn{ewoc} is a structure that organizes information required to |