diff options
author | Jesús <heckyel@hyperbola.info> | 2021-01-26 21:40:18 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-01-26 21:40:18 -0500 |
commit | 2d107bab48ba67f4f6de3f536ff1e1bcefb702af (patch) | |
tree | 9e17c27ac62ce13cb7af2ee30fe8d64f25ba2d27 | |
parent | f5f8339d7cc6915d9ca3ab6062c9dd3b1874260b (diff) | |
download | livie-2d107bab48ba67f4f6de3f536ff1e1bcefb702af.tar.lz livie-2d107bab48ba67f4f6de3f536ff1e1bcefb702af.tar.xz livie-2d107bab48ba67f4f6de3f536ff1e1bcefb702af.zip |
fix typo
-rw-r--r-- | livie.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ :group 'livie) (defcustom livie-sort-criterion 'relevance - "Criterion to sort the results of the search query." + "Criteria to sort the results of the search query." :type 'symbol :options '(relevance rating upload_date view_count) :group 'livie) |