(Docs): Fixed typos in the docs (#2256)

* Fix typo

* Fix typo

* Fix typo
This commit is contained in:
Harvey R
2022-09-08 17:25:56 +01:00
committed by GitHub
parent 7f453f3fff
commit d95d25615e
3 changed files with 3 additions and 3 deletions

View File

@@ -1300,7 +1300,7 @@ There are variants of those commands for ~-yesterday~ and ~-tomorrow~:
- Function: ~org-roam-dailies-capture-yesterday~ n &optional goto - 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. With numeric argument ~n~, use the daily note ~n~ days in the past.

View File

@@ -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 @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. With numeric argument @code{n}, use the daily note @code{n} days in the past.
@end defun @end defun

View File

@@ -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))))) (add-hook 'kill-buffer-hook #'org-roam-buffer--persistent-cleanup-h nil t)))))
(defun org-roam-buffer--persistent-cleanup-h () (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 (setq-default org-roam-buffer-current-node nil
org-roam-buffer-current-directory nil)) org-roam-buffer-current-directory nil))