aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBardofSprites <[email protected]>2026-04-21 17:02:34 -0400
committerBardofSprites <[email protected]>2026-04-21 17:02:34 -0400
commit8ac3a4b0045ba84becaa34e962f7fa28d5f6ce03 (patch)
tree7f5656eca8018e6bdaa0c40e1ed156e2395da118
parentc22cc2433ba1107ab0d88c77442d87aa9f4f0abb (diff)
correct broken change
-rw-r--r--bard-elisp/bard-writing.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/bard-elisp/bard-writing.el b/bard-elisp/bard-writing.el
index 6853ab2..e4625d0 100644
--- a/bard-elisp/bard-writing.el
+++ b/bard-elisp/bard-writing.el
@@ -49,7 +49,7 @@
"Path to the main university org file.")
(defun bard/jump-to-class (class &optional with-dired)
- "Jump to CLASS heading in bard/uni-notes-file, can open its dir in Dired".
+ "Jump to CLASS heading in bard/uni-notes-file, can open its dir in Dired."
(interactive
(list
(completing-read "Class: " (mapcar #'car bard/class-dirs))