From 3df3b6519c809f24f233e90c337bc01599ee97ac Mon Sep 17 00:00:00 2001 From: Allard Hendriksen Date: Thu, 14 May 2020 22:52:27 +0200 Subject: [PATCH] (doc): fix org-roam-buffer-no-delete-other-windows (#628) It appears the option has changed name, but this was not yet reflected in the documentation. --- doc/org-roam.org | 2 +- doc/org-roam.texi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/org-roam.org b/doc/org-roam.org index 2b6e426..4d96513 100644 --- a/doc/org-roam.org +++ b/doc/org-roam.org @@ -372,7 +372,7 @@ The Org-roam buffer displays backlinks for the currently active Org-roam note. Height of =org-roam-buffer=. Has an effect only if =org-roam-buffer-position= is ='top= or ='bottom=. -- User Option: org-roam-buffer-no-delete-window +- User Option: org-roam-buffer-no-delete-other-windows The =no-delete-window= parameter for the org-roam buffer. Setting it to ='t= prevents the window from being deleted when calling =delete-other-windows=. diff --git a/doc/org-roam.texi b/doc/org-roam.texi index cf9ac7a..38882da 100644 --- a/doc/org-roam.texi +++ b/doc/org-roam.texi @@ -536,7 +536,7 @@ Height of @samp{org-roam-buffer}. Has an effect only if @samp{org-roam-buffer-po @samp{'top} or @samp{'bottom}. @item -User Option: org-roam-buffer-no-delete-window +User Option: org-roam-buffer-no-delete-other-windows The @samp{no-delete-window} parameter for the org-roam buffer. Setting it to @samp{'t} prevents the window from being deleted when calling @samp{delete-other-windows}. @end itemize