Merge remote-tracking branch 'Phlogistique/doc-doc'
This commit is contained in:
commit
53267a926b
|
@ -624,6 +624,8 @@ the execution of the command (i.e. to quit a modified buffer, the
|
||||||
command `q!` has to be used).
|
command `q!` has to be used).
|
||||||
|
|
||||||
* `cd [<directory>]`: change the current directory to `<directory>`, or the home directory is unspecified
|
* `cd [<directory>]`: change the current directory to `<directory>`, or the home directory is unspecified
|
||||||
|
* `doc <topic>`: display documentation about a topic. The completion list
|
||||||
|
displays the available topics.
|
||||||
* `e[dit][!] <filename> [<line> [<column>]]`: open buffer on file, go to given
|
* `e[dit][!] <filename> [<line> [<column>]]`: open buffer on file, go to given
|
||||||
line and column. If file is already opened, just switch to this file.
|
line and column. If file is already opened, just switch to this file.
|
||||||
use edit! to force reloading.
|
use edit! to force reloading.
|
||||||
|
|
|
@ -16,6 +16,10 @@ command *q!* has to be used).
|
||||||
change the current directory to *directory*, or the home directory if
|
change the current directory to *directory*, or the home directory if
|
||||||
unspecified
|
unspecified
|
||||||
|
|
||||||
|
*doc* <topic>::
|
||||||
|
display documentation about a topic. The completion list displays the
|
||||||
|
available topics
|
||||||
|
|
||||||
*e[dit][!]* <filename> [<line> [<column>]]::
|
*e[dit][!]* <filename> [<line> [<column>]]::
|
||||||
open buffer on file, go to given line and column. If file is already
|
open buffer on file, go to given line and column. If file is already
|
||||||
opened, just switch to this file. Use edit! to force reloading
|
opened, just switch to this file. Use edit! to force reloading
|
||||||
|
|
Loading…
Reference in New Issue
Block a user