kakoune/doc/pages
Kylie McClain 4ae2102cd8 regex.asciidoc: rephrasing, style, consistency
* Polish some grammar in places.
* Correct some capitalization nitpicks.
* Use "newline" rather than "line feed", which tends to be more common
  in Kakoune's documentation thusfar.

I rephrased some sections, as some of them read a little odd.
* Zero width assertions
    * Consistently use "subject's beginning" instead of "subject begin",
      it reads better.
    * Improve the flow of the word boundary descriptions.
* Modifiers
    * Improve phrasing to emphasize the linear nature of their usage and
      remove a double negative.
    * Use `.` instead of "dot", since that aids in searching through the
      page for things talking about the dot character.
* Compatibility
    * Use asciidoc syntax for the link to the ECMA-262 standard.
    * Use better punctuation on the point about escapes.
2021-05-16 09:16:14 -04:00
..
buffers.asciidoc doc: Add more details about debug buffers. 2019-02-17 11:09:58 +11:00
changelog.asciidoc Merge remote-tracking branch 'Cycatz/master' 2021-01-04 09:50:00 +11:00
command-parsing.asciidoc Disabled backtick escaping 2020-10-27 12:36:33 +01:00
commands.asciidoc doc: Ensure the hook -always switch is documented. 2021-04-19 12:46:47 +10:00
execeval.asciidoc Add a -verbatim switch to evaluate-commands for perfect forwarding 2019-10-23 22:30:23 +11:00
expansions.asciidoc remove extra double quotes in expansion documentation 2020-10-22 09:03:20 +08:00
faces.asciidoc doc: fix typos and clarify some parts 2020-05-28 18:37:26 +02:00
faq.asciidoc doc faq: Document the frugal scripting language 2020-08-10 12:23:35 +03:00
highlighters.asciidoc doc: fix typos and clarify some parts 2020-05-28 18:37:26 +02:00
hooks.asciidoc doc: Ensure the hook -always switch is documented. 2021-04-19 12:46:47 +10:00
keymap.asciidoc Fixed some English typos 2019-08-04 00:45:19 +02:00
keys.asciidoc Add + key to duplicate selections and <a-+> to merge overlapping ones 2021-02-15 09:01:14 +11:00
mapping.asciidoc doc mapping: Document semicolon and percent 2020-12-15 17:13:02 +03:00
modes.asciidoc doc: mention comma key for entering user-mode 2020-10-04 13:34:57 +02:00
options.asciidoc [feat] add ui_options: padding_char & padding_fill 2021-04-05 20:21:48 +02:00
regex.asciidoc regex.asciidoc: rephrasing, style, consistency 2021-05-16 09:16:14 -04:00
registers.asciidoc doc: fix typos and clarify some parts 2020-05-28 18:37:26 +02:00
scopes.asciidoc doc: Document the buffer=/path/to/file scope syntax. 2019-01-23 12:34:02 +11:00