diff options
| -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 08a8dc4b0a7..b1eb12699fc 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2007-09-19 Richard Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * display.texi (Display Property): Explain multiple display specs. | ||
| 4 | |||
| 1 | 2007-08-30 Martin Rudalics <rudalics@gmx.at> | 5 | 2007-08-30 Martin Rudalics <rudalics@gmx.at> |
| 2 | 6 | ||
| 3 | * commands.texi (Command Loop Info): Advise against changing | 7 | * commands.texi (Command Loop Info): Advise against changing |
diff --git a/lispref/display.texi b/lispref/display.texi index 1c585cf7795..f1b3b155223 100644 --- a/lispref/display.texi +++ b/lispref/display.texi | |||
| @@ -3237,7 +3237,7 @@ to use the value specified by the frame. | |||
| 3237 | insert images into text, and also control other aspects of how text | 3237 | insert images into text, and also control other aspects of how text |
| 3238 | displays. The value of the @code{display} property should be a | 3238 | displays. The value of the @code{display} property should be a |
| 3239 | display specification, or a list or vector containing several display | 3239 | display specification, or a list or vector containing several display |
| 3240 | specifications. | 3240 | specifications (which apply in parallel to the text they cover). |
| 3241 | 3241 | ||
| 3242 | Some kinds of @code{display} properties specify something to display | 3242 | Some kinds of @code{display} properties specify something to display |
| 3243 | instead of the text that has the property. In this case, ``the text'' | 3243 | instead of the text that has the property. In this case, ``the text'' |