branch: externals/leaf commit 562885fb9502a1eacebf8bee15dc6651b2983340 Author: Z572 <873216...@qq.com> Commit: Zheng Junjie <873216...@qq.com>
README: add documentation about the leaf-find --- README.md | 8 ++++++++ README.org | 6 ++++++ 2 files changed, 14 insertions(+) diff --git a/README.md b/README.md index e12375a..8280cf7 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,8 @@ - [:leaf-autoload keyword](#leaf-autoload-keyword) - [:leaf-defun keyword](#leaf-defun-keyword) - [leaf-defvar](#leaf-defvar) +- [Tips](#tips) + - [leaf-find feature](#leaf-find-feature) - [Information](#information) - [Donation](#donation) - [Community](#community) @@ -2256,6 +2258,12 @@ Depending on the context, you may find that the function is declared in the pack When binding to a specific map with: bind, the map variable must be explicitly declared with: defvar. This keyword suppresses byte compiler warnings by automatically declaring the variable. +# Tips + +## leaf-find feature + +Use `leaf-find` to search a leaf block in the configuration file. like `find-library`. + # Information diff --git a/README.org b/README.org index e984449..2803084 100644 --- a/README.org +++ b/README.org @@ -56,6 +56,8 @@ - [[:leaf-protect keyword]] - [[:leaf-defer keyword]] - [[:leaf-autoload keyword]] +- [[Tips]] + - [[leaf-find feature]] - [[Information]] - [[Donation]] - [[Community]] @@ -2281,6 +2283,10 @@ When binding to a specific map with: bind, the map variable must be explicitly declared with: defvar. This keyword suppresses byte compiler warnings by automatically declaring the variable. +* Tips +** leaf-find feature +Use ~leaf-find~ to search a leaf block in the configuration file. like ~find-library~. + * Information ** Donation