mirror of
https://github.com/SqrtMinusOne/lyrics-fetcher.el.git
synced 2025-12-10 17:03:03 +03:00
fix: docstring
This commit is contained in:
parent
3455a44bfa
commit
3aa5847206
1 changed files with 2 additions and 1 deletions
|
|
@ -261,7 +261,8 @@ See `lyrics-fetcher-show-lyrics' for behavior."
|
||||||
(defun lyrics-fetcher-use-backend (backend)
|
(defun lyrics-fetcher-use-backend (backend)
|
||||||
"Select a backend to use with lyrics-fetcher.
|
"Select a backend to use with lyrics-fetcher.
|
||||||
|
|
||||||
As of now, the supported backends are:
|
BACKEND is a symbol that corresponds to the required backend. As of
|
||||||
|
now, the supported ones are:
|
||||||
- `genius'
|
- `genius'
|
||||||
- `neteasecloud'
|
- `neteasecloud'
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue