diff options
author | JSDurand <mmemmew@gmail.com> | 2021-08-06 18:49:26 +0800 |
---|---|---|
committer | JSDurand <mmemmew@gmail.com> | 2021-08-06 18:49:26 +0800 |
commit | 4316b60be16909097316b7dc3904c9497b58d04a (patch) | |
tree | f0fb8204f9790a1a1b2cbf73f87514f840c913b1 /bongo.el | |
parent | 18bf82b5d10c40696a92011165aa7e0c0ff20e6b (diff) |
fix: bongo doc
* bongo.el (durand-bongo-dired-library): Fix the documentation string
in which a variable was marked incorrectly.
Diffstat (limited to 'bongo.el')
-rw-r--r-- | bongo.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -108,7 +108,7 @@ This is used since my music directories used to contain symbolic links.") ;;;###autoload (defun durand-bongo-dired-library () - "Set `bongo-dired-library-mode' when accessing bongo-default-directory. + "Set `bongo-dired-library-mode' when accessing `bongo-default-directory'. This is meant to be hooked to `dired-mode'. Upon activation, the directory and all its sub-directories become |