diff options
| -rw-r--r-- | lispref/display.texi | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/lispref/display.texi b/lispref/display.texi index 75d20f7e51c..de024a71b32 100644 --- a/lispref/display.texi +++ b/lispref/display.texi | |||
| @@ -1133,12 +1133,14 @@ markers. If @var{buffer} is omitted, the overlay is created in the | |||
| 1133 | current buffer. | 1133 | current buffer. |
| 1134 | 1134 | ||
| 1135 | The arguments @var{front-advance} and @var{rear-advance} specify the | 1135 | The arguments @var{front-advance} and @var{rear-advance} specify the |
| 1136 | insertion type for the start of the overlay and for the end of the | 1136 | marker insertion type for the start of the overlay and for the end of |
| 1137 | overlay, respectively. @xref{Marker Insertion Types}. If | 1137 | the overlay, respectively. @xref{Marker Insertion Types}. If they |
| 1138 | @var{front-advance} is non-@code{nil}, text inserted at the beginning | 1138 | are both @code{nil}, the default, then the overlay extends to include |
| 1139 | of the overlay is excluded from the overlay. If @var{read-advance} is | 1139 | any text inserted at the beginning, but not text inserted at the end. |
| 1140 | non-@code{nil}, text inserted at the beginning of the overlay is | 1140 | If @var{front-advance} is non-@code{nil}, text inserted at the |
| 1141 | included in the overlay. | 1141 | beginning of the overlay is excluded from the overlay. If |
| 1142 | @var{rear-advance} is non-@code{nil}, text inserted at the end of the | ||
| 1143 | overlay is included in the overlay. | ||
| 1142 | @end defun | 1144 | @end defun |
| 1143 | 1145 | ||
| 1144 | @defun overlay-start overlay | 1146 | @defun overlay-start overlay |