docs: mention that doing a full-buffer operation wipes away all anchors

master
Benno Schulenberg 2020-04-30 18:58:17 +02:00
parent 4bdd6013b0
commit af062af490
1 changed files with 5 additions and 2 deletions

View File

@ -612,8 +612,11 @@ at the current line. With @kbd{M-PgUp} and @kbd{M-PgDn} you can jump
to an anchor in the backward/forward direction. This jumping wraps
around at the top and bottom.
When a line with an anchor is deleted or cut, the line where the cursor
ends up inherits the anchor. When you close the buffer, any anchors disappear.
When a line with an anchor is removed, the line where the cursor ends up
inherits the anchor. After performing an operation on the entire buffer
(like formatting it, piping it through a command, or doing an external
spell check on it), any anchors that were present are gone. And when
you close the buffer, all its anchors simply disappear; they are not saved.
@node Limitations
@section Limitations