From 8ac3a4b0045ba84becaa34e962f7fa28d5f6ce03 Mon Sep 17 00:00:00 2001 From: BardofSprites Date: Tue, 21 Apr 2026 17:02:34 -0400 Subject: correct broken change --- bard-elisp/bard-writing.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bard-elisp') 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)) -- cgit v1.2.3