diff --git a/doc/pages/registers.asciidoc b/doc/pages/registers.asciidoc index db4b46fe..a736f18e 100644 --- a/doc/pages/registers.asciidoc +++ b/doc/pages/registers.asciidoc @@ -92,24 +92,17 @@ spans, in a format similar to `%val{selections_desc}` (see <@@
+------------------------------------------ -...where: +with: -/path/to/file:: - represents the filesystem path of the file where the selections were saved, - like `%val{buffile}`. +*buffer name*:: + `%val{buffile}` of the buffer selections relate to -123:: - represents the value of `%val{timestamp}` when the selections were saved, - so the selections can still be restored after the buffer has been modified, - or modifications undone. +*timestamp*:: + `%val{timestamp}` at which the selection apply to -456:: - indicates which was the main selection, when the selections were saved - (zero-based). - -You can examine the content of a mark register by using `` to paste it, -so you can see all its items, not limited to the current number of selections. +*main sel index*:: + 0-based index of the main selection