diff --git a/manual.html b/manual.html index 99a09c2..72d1b05 100644 --- a/manual.html +++ b/manual.html @@ -957,10 +957,10 @@ Next: -
(setq org-roam-mode-sections
+
(setq org-roam-mode-section-functions
       (list #'org-roam-backlinks-section
             #'org-roam-reflinks-section
             ;; #'org-roam-unlinked-references-section
diff --git a/org-roam.org b/org-roam.org
index 994758c..c3e9a78 100644
--- a/org-roam.org
+++ b/org-roam.org
@@ -500,10 +500,10 @@ There are currently 3 provided widget types:
 - Unlinked references :: View nodes that contain text that match the nodes
   title/alias but are not linked
 
-To configure what sections are displayed in the buffer, set ~org-roam-mode-sections~.
+To configure what sections are displayed in the buffer, set ~org-roam-mode-section-functions~.
 
 #+begin_src emacs-lisp
-  (setq org-roam-mode-sections
+  (setq org-roam-mode-section-functions
         (list #'org-roam-backlinks-section
               #'org-roam-reflinks-section
               ;; #'org-roam-unlinked-references-section
diff --git a/org-roam.texi b/org-roam.texi
index 5dca0e7..5844e3e 100644
--- a/org-roam.texi
+++ b/org-roam.texi
@@ -798,10 +798,10 @@ There are currently 3 provided widget types:
 title/alias but are not linked
 @end itemize
 
-To configure what sections are displayed in the buffer, set @code{org-roam-mode-sections}.
+To configure what sections are displayed in the buffer, set @code{org-roam-mode-section-functions}.
 
 @lisp
-(setq org-roam-mode-sections
+(setq org-roam-mode-section-functions
       (list #'org-roam-backlinks-section
             #'org-roam-reflinks-section
             ;; #'org-roam-unlinked-references-section