(doc): fix org-roam-buffer-window-parameters documentation (#1190)

Closes #1188
This commit is contained in:
Jethro Kuan
2020-10-16 00:23:47 +08:00
committed by GitHub
parent 66cd5b6226
commit cbf1b585ac
2 changed files with 2 additions and 2 deletions

View File

@@ -607,7 +607,7 @@ The Org-roam buffer displays backlinks for the currently active Org-roam note.
For example one can prevent the window from being deleted when calling
~delete-other-windows~, by setting it with the following:
~(setq org-roam-buffer-window-parameters '((no-other-window . t)))~
~(setq org-roam-buffer-window-parameters '((no-delete-other-windows . t)))~
** Org-roam Files

View File

@@ -849,7 +849,7 @@ Additional window parameters for the org-roam-buffer side window.
For example one can prevent the window from being deleted when calling
@code{delete-other-windows}, by setting it with the following:
@code{(setq org-roam-buffer-window-parameters '((no-other-window . t)))}
@code{(setq org-roam-buffer-window-parameters '((no-delete-other-windows . t)))}
@end itemize
@node Org-roam Files