From 9fa564310c8f34abdfd9e4b3ec7c160b4f29d2ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BAda=20Ron=C3=A9n?= Date: Sun, 27 Aug 2023 18:56:04 +0300 Subject: [PATCH] Fix a typo (#603) Thanks! --- DOCS.md | 4 ++-- doc/orgmode.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/DOCS.md b/DOCS.md index eb603fd90..c0a826057 100644 --- a/DOCS.md +++ b/DOCS.md @@ -1123,9 +1123,9 @@ Some content [[| `org` buffers have access to two abbreviations: * `:today:` - expands to today's date (example: `<2021-06-29 Tue>`) -* `:itoday:` - expands to an invactive version of today's date (example: `[2021-06-29 Tue]`) +* `:itoday:` - expands to an inactive version of today's date (example: `[2021-06-29 Tue]`) * `:now:` - expands to today's date and current time (example: `<2021-06-29 Tue 15:32>`) -* `:inow:` - expands to invactive version of today's date and current time (example: `[2021-06-29 Tue 15:32]`) +* `:inow:` - expands to inactive version of today's date and current time (example: `[2021-06-29 Tue 15:32]`) ## Formatting Formatting is done via `gq` mapping, which uses `formatexpr` under the hood (see `:help formatexpr` for more info). diff --git a/doc/orgmode.txt b/doc/orgmode.txt index de8c478cc..43de0ca2b 100644 --- a/doc/orgmode.txt +++ b/doc/orgmode.txt @@ -1513,9 +1513,9 @@ ABBREVIATIONS *orgmode-abbreviation `org` buffers have access to two abbreviations: * `:today:` - expands to today's date (example: `<2021-06-29 Tue>`) -* `:itoday:` - expands to an invactive version of today's date (example: `[2021-06-29 Tue]`) +* `:itoday:` - expands to an inactive version of today's date (example: `[2021-06-29 Tue]`) * `:now:` - expands to today's date and current time (example: `<2021-06-29 Tue 15:32>`) -* `:inow:` - expands to invactive version of today's date and current time (example: `[2021-06-29 Tue 15:32]`) +* `:inow:` - expands to inactive version of today's date and current time (example: `[2021-06-29 Tue 15:32]`) -------------------------------------------------------------------------------- FORMATTING *orgmode-formatting*