(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.
This commit is contained in:
Allard Hendriksen 2020-05-14 22:52:27 +02:00 committed by GitHub
parent b47b76aa41
commit 3df3b6519c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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=.

View file

@ -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