mirror of
https://github.com/org-roam/org-roam
synced 2025-09-16 15:56:48 -05:00
(Docs): Fixed typos in the docs (#2256)
* Fix typo * Fix typo * Fix typo
This commit is contained in:
@@ -1300,7 +1300,7 @@ There are variants of those commands for ~-yesterday~ and ~-tomorrow~:
|
||||
|
||||
- Function: ~org-roam-dailies-capture-yesterday~ n &optional goto
|
||||
|
||||
Create an entry in the daily note for yesteday.
|
||||
Create an entry in the daily note for yesterday.
|
||||
|
||||
With numeric argument ~n~, use the daily note ~n~ days in the past.
|
||||
|
||||
|
@@ -1826,7 +1826,7 @@ There are variants of those commands for @code{-yesterday} and @code{-tomorrow}:
|
||||
|
||||
@defun @code{org-roam-dailies-capture-yesterday} n &optional goto
|
||||
|
||||
Create an entry in the daily note for yesteday.
|
||||
Create an entry in the daily note for yesterday.
|
||||
|
||||
With numeric argument @code{n}, use the daily note @code{n} days in the past.
|
||||
@end defun
|
||||
|
@@ -339,7 +339,7 @@ Has no effect when there's no `org-roam-node-at-point'."
|
||||
(add-hook 'kill-buffer-hook #'org-roam-buffer--persistent-cleanup-h nil t)))))
|
||||
|
||||
(defun org-roam-buffer--persistent-cleanup-h ()
|
||||
"Clean-up global state thats dedicated for the persistent `org-roam-buffer'."
|
||||
"Clean-up global state that's dedicated for the persistent `org-roam-buffer'."
|
||||
(setq-default org-roam-buffer-current-node nil
|
||||
org-roam-buffer-current-directory nil))
|
||||
|
||||
|
Reference in New Issue
Block a user