Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
f209d77d
Commit
f209d77d
authored
Jul 17, 2005
by
Richard M. Stallman
Browse files
(Managing Overlays): Clarify make-overlay args for insertion types.
parent
f64d5328
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
6 deletions
+8
-6
lispref/display.texi
lispref/display.texi
+8
-6
No files found.
lispref/display.texi
View file @
f209d77d
...
...
@@ -1133,12 +1133,14 @@ markers. If @var{buffer} is omitted, the overlay is created in the
current
buffer
.
The
arguments
@
var
{
front
-
advance
}
and
@
var
{
rear
-
advance
}
specify
the
insertion
type
for
the
start
of
the
overlay
and
for
the
end
of
the
overlay
,
respectively
.
@
xref
{
Marker
Insertion
Types
}.
If
@
var
{
front
-
advance
}
is
non
-@
code
{
nil
},
text
inserted
at
the
beginning
of
the
overlay
is
excluded
from
the
overlay
.
If
@
var
{
read
-
advance
}
is
non
-@
code
{
nil
},
text
inserted
at
the
beginning
of
the
overlay
is
included
in
the
overlay
.
marker
insertion
type
for
the
start
of
the
overlay
and
for
the
end
of
the
overlay
,
respectively
.
@
xref
{
Marker
Insertion
Types
}.
If
they
are
both
@
code
{
nil
},
the
default
,
then
the
overlay
extends
to
include
any
text
inserted
at
the
beginning
,
but
not
text
inserted
at
the
end
.
If
@
var
{
front
-
advance
}
is
non
-@
code
{
nil
},
text
inserted
at
the
beginning
of
the
overlay
is
excluded
from
the
overlay
.
If
@
var
{
rear
-
advance
}
is
non
-@
code
{
nil
},
text
inserted
at
the
end
of
the
overlay
is
included
in
the
overlay
.
@
end
defun
@
defun
overlay
-
start
overlay
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment