Document 'arrange-buffers' command

This commit is contained in:
Olivier Perret 2020-02-24 09:41:51 +01:00
parent 5c116ab850
commit 0cfc398a1a

View File

@ -14,6 +14,12 @@ command *q!* has to be used). Aliases are mentionned below each commands.
For the following *write* commands, the *-sync* switch forces the synchronization
of the file onto the filesystem
*arrange-buffers* <buffer>...::
Reorder the buffers in the buffers list.
The named buffers will be moved to the front of the buffer list, in the order
given. Buffers that do not appear in the parameters will remain at the
end of the list, keeping their current order.
*change-directory* [<directory>]::
*alias* cd +
change the current directory to *directory*, or the home directory if
@ -338,7 +344,7 @@ but not really useful in that context.
*-title* <text>:::
set the title of the message box
*-markup*:::
parse markup in both title (if provided) and text. (See
<<faces#markup-strings,`:doc faces markup-strings`>>)
@ -369,7 +375,7 @@ but not really useful in that context.
*select* [<switches>] <anchor_line>.<anchor_column>,<cursor_line>.<cursor_column>...::
replace the current selections with the ones described in the arguments
*-timestamp* <timestamp>:::
specify which buffer timestamp those coordinates apply to. Uses current
buffer timestamp if not specified.