diff options
| -rw-r--r-- | doc/lispref/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/lispref/display.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index b2a7a805adc..3ee488b770d 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2009-03-05 John Foerch <jjfoerch@earthlink.net> (tiny change) | ||
| 2 | |||
| 3 | * display.texi (Display Margins): Fix paren typo. | ||
| 4 | |||
| 1 | 2009-02-27 Chong Yidong <cyd@stupidchicken.com> | 5 | 2009-02-27 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 6 | ||
| 3 | * elisp.texi (Top): Update node listing. | 7 | * elisp.texi (Top): Update node listing. |
diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi index 42423f8309f..5cc28d3a1dc 100644 --- a/doc/lispref/display.texi +++ b/doc/lispref/display.texi | |||
| @@ -3889,7 +3889,7 @@ text you put it on does not get displayed; the margin display appears, | |||
| 3889 | but that text does not. | 3889 | but that text does not. |
| 3890 | 3890 | ||
| 3891 | A margin display specification looks like @code{((margin | 3891 | A margin display specification looks like @code{((margin |
| 3892 | right-margin) @var{spec}} or @code{((margin left-margin) @var{spec})}. | 3892 | right-margin) @var{spec})} or @code{((margin left-margin) @var{spec})}. |
| 3893 | Here, @var{spec} is another display specification that says what to | 3893 | Here, @var{spec} is another display specification that says what to |
| 3894 | display in the margin. Typically it is a string of text to display, | 3894 | display in the margin. Typically it is a string of text to display, |
| 3895 | or an image descriptor. | 3895 | or an image descriptor. |