diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-04-24 21:47:17 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-04-24 21:47:17 +0000 |
commit | e36a2b08a9539f0eb4c82ddcf7018aac2d4379e6 (patch) | |
tree | 08c0ce6df0fb37237a5dc793726a0c6d10dc2743 /lispref/display.texi | |
parent | ee82edd4a13a65ac1348d345cbcaba4059862e59 (diff) | |
download | emacs-e36a2b08a9539f0eb4c82ddcf7018aac2d4379e6.tar.gz |
*** empty log message ***
Diffstat (limited to 'lispref/display.texi')
-rw-r--r-- | lispref/display.texi | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lispref/display.texi b/lispref/display.texi index ac8875a5901..165c9bd3259 100644 --- a/lispref/display.texi +++ b/lispref/display.texi @@ -136,7 +136,7 @@ text line are called @dfn{continuation} lines. Normally, a @samp{$} in the rightmost column of the window indicates truncation; a @samp{\} on the rightmost column indicates a line that ``wraps'' or is continued onto the next line. (The display table can specify alternative -indicators; see @ref{Display Table}.) +indicators; see @ref{Display Tables}.) Note that continuation is different from filling; continuation happens on the screen only, not in the buffer contents, and it breaks a line @@ -538,8 +538,9 @@ the range of the overlay. This feature may be temporary, like @kindex modification-hooks @r{(overlay property)} This property's value is a list of functions to be called if any character within the overlay is changed or if text is inserted strictly -within the overlay. Each function receives two arguments: the beginning -and end of the part of the buffer being modified. +within the overlay. Each function receives three arguments: the +overlay, and the beginning and end of the part of the buffer being +modified. @item insert-in-front-hooks @kindex insert-in-front-hooks @r{(overlay property)} |