diff --git a/doc/org-roam.org b/doc/org-roam.org index 274cd0f..647a697 100644 --- a/doc/org-roam.org +++ b/doc/org-roam.org @@ -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 diff --git a/doc/org-roam.texi b/doc/org-roam.texi index de1541a..b02fd2b 100644 --- a/doc/org-roam.texi +++ b/doc/org-roam.texi @@ -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