README: minor fixes

- `make doc` does not work, users should use `make man` instead.
- Fix a formatting mistake: escape a back quote.
This commit is contained in:
Qeole 2017-11-29 22:04:22 +00:00
parent 57b3ecb684
commit a54b6129de

View File

@ -109,7 +109,7 @@ Kakoune dependencies are:
* asciidoc (for the `a2k` tool), to generate man pages
To build, just type *make* in the src directory.
To generate man pages, type *make doc* in the src directory.
To generate man pages, type *make man* in the src directory.
Kakoune can be built on Linux, MacOS, and Cygwin. Due to Kakoune relying heavily
on being in a Unix-like environment, no native Windows version is planned.
@ -452,7 +452,7 @@ Changes
* ```: to lower case
* `~`: to upper case
* `<a-`>`: swap case
* ``<a-`>``: swap case
* `@`: convert tabs to spaces in current selections, uses the buffer
tabstop option or the count parameter for tabstop.