branch: externals/leaf commit 75914b5c91896251fc30a06d0b148df3ea178821 Author: Naoya Yamashita <con...@gmail.com> Commit: Naoya Yamashita <con...@gmail.com>
mention leaf-available-keywords instead of leaf-system-defaults --- leaf.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/leaf.el b/leaf.el index ff4d5e7..69177f8 100644 --- a/leaf.el +++ b/leaf.el @@ -367,7 +367,7 @@ Sort by `leaf-sort-leaf--values-plist' in this order.") (const :leaf-defun) (const :leaf-defvar) (const :leaf-path) - (symbol :tag "Other keyword of leaf-system-defaults")) + (symbol :tag "A keyword in `M-x leaf-available-keywords`")) :value-type (choice boolean (sexp :tag "Default value of the keyword"))) :group 'leaf)