branch: externals/denote commit b1581170c6ccf471a4489b398b6485baf384c98b Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Make minor tweaks to placate the compiler This is a follow-up to commits 6605e08, 55c092d by Noboru Ota. Those were shared on the mailing list as patches: <https://lists.sr.ht/~protesilaos/denote/%3C86r0yvzm12.fsf%40nobiot.com%3E#%3c86ilk47yyz....@nobiot.com%3E>. They are part of the ongoing work to refactor the backlink-related code to (i) refine its implementation, (ii) support the optional display of context. --- denote.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/denote.el b/denote.el index 8b6abaf110..37110a57a7 100644 --- a/denote.el +++ b/denote.el @@ -1156,7 +1156,7 @@ Run `denote-desluggify' on title if the extraction is sucessful." "Return xrefs of IDENTIFIER in variable `denote-directory'. The xrefs are returned as an alist of the form: -((GROUP . (XREF ...)) ...) + ((GROUP . (XREF ...)) ...) GROUP is an absolute file name as retrieved by Xref facility. @@ -1183,7 +1183,7 @@ The alist excludes GROUP for the file that current buffer is visiting so that only its backlinks are colleced. In addition, GROUP is a transformed to filename relative to -`denote-directory', which is the string displayed in the +variable `denote-directory', which is the string displayed in the backlinks' buffer." ;;; This `mapcar' form is doing what function `xref--analyze' would ;;; do. `xref--analyze' can be flexibly configured but is not used