diff options
author | Paul W. Rankin <pwr@bydasein.com> | 2020-06-10 16:26:53 +1000 |
---|---|---|
committer | William Rankin <william@bydasein.com> | 2020-06-10 16:27:12 +1000 |
commit | 34e0249ee1c42a45dc594945eae2ca3077e53013 (patch) | |
tree | 70a04b9799e977b5f8804520b41dab91efc5e6ef | |
parent | e2fa2c26f89a1d55cdd05a8466432bedfe0403cb (diff) | |
download | side-notes-34e0249ee1c42a45dc594945eae2ca3077e53013.zip |
Fix typo
-rw-r--r-- | README.md | 4 | ||||
-rw-r--r-- | side-notes.el | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -25,8 +25,8 @@ directory, but you can override this by prefixing - `C-u C-u` to force visiting `side-notes-file` within the current directory. -- `C-u C-u C-u` to forceforce visiting `side-notes-secondary-file` - within the current directory. +- `C-u C-u C-u` to force visiting `side-notes-secondary-file` within + the current directory. Of course, you can use Markdown or Org Mode formatting by changing the file extensions of `side-notes-file` and/or diff --git a/side-notes.el b/side-notes.el index 272598c..3cbb884 100644 --- a/side-notes.el +++ b/side-notes.el @@ -52,8 +52,8 @@ ;; - C-u C-u to force visiting side-notes-file within the current ;; directory. -;; - C-u C-u C-u to forceforce visiting side-notes-secondary-file -;; within the current directory. +;; - C-u C-u C-u to force visiting side-notes-secondary-file within +;; the current directory. ;; Of course, you can use Markdown or Org Mode formatting by changing the ;; file extensions of side-notes-file and/or |