diff options
| -rw-r--r-- | bard-elisp/bard-writing.el | 2 |
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)) |
