From: Arun Prakash Jana <engineerarun@gmail.com>
Date: Sun, 12 Jun 2022 02:26:21 +0000 (+0530)
Subject: Fix patch doc
X-Git-Tag: v4.6~42
X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=1b31f5cf9bb6d0947e5d8fa0a33313512cbcb9d2;p=nnn.git

Fix patch doc
---

diff --git a/patches/README.md b/patches/README.md
index 7c8a77c7..9ce82728 100644
--- a/patches/README.md
+++ b/patches/README.md
@@ -8,7 +8,7 @@ The patches will be adapted on each release when necessary (v4.1 onwards). Each
 
 | Patch (a-z) | Description | Make var |
 | --- | --- | --- |
-| bookmarknav | Enter/leave type-to-nav mode when entering/leaving bookmark and plugin dir. | `O_GITSTATUS` |
+| bookmarknav | Enter/leave type-to-nav mode when entering/leaving bookmark and plugin dir. | `O_BOOKMARKNAV` |
 | gitstatus | Add git status column to the detail view. Provides command line flag `-G` to show column in normal mode. | `O_GITSTATUS` |
 | namefirst | Print filenames first in the detail view. Print user/group columns when a directory contains different users/groups. | `O_NAMEFIRST` |
 | restorepreview | Add pipe to close and restore [`preview-tui`](https://github.com/jarun/nnn/blob/master/plugins/preview-tui) for internal undetached edits (<kbd>e</kbd> key)| `O_RESTOREPREVIEW` |