[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/xref-union eda0623b1c 7/7: Update outdated documentatio
From: |
ELPA Syncer |
Subject: |
[elpa] externals/xref-union eda0623b1c 7/7: Update outdated documentation in Commentary |
Date: |
Sat, 9 Dec 2023 15:58:59 -0500 (EST) |
branch: externals/xref-union
commit eda0623b1c65f8ca1537f901ae9daed9886d115b
Author: Philip Kaludercic <philipk@posteo.net>
Commit: Philip Kaludercic <philipk@posteo.net>
Update outdated documentation in Commentary
---
xref-union.el | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/xref-union.el b/xref-union.el
index 232b62c8d4..6749665a05 100644
--- a/xref-union.el
+++ b/xref-union.el
@@ -30,9 +30,9 @@
;; exclude certain modes, take a look at the user option
;; `xref-union-excluded-backends'.
-;; You can also manually make use of `xref-union' by adding an object
-;; of the form (union XREF-BACKEND-1 XREF-BACKEND-2 ...) to
-;; `xref-backend-functions'
+;; You can also manually make use of `xref-union' by adding an
+;; function that returns an object of the form (union XREF-BACKEND-1
+;; XREF-BACKEND-2 ...) to `xref-backend-functions'.
;;; Code:
- [elpa] externals/xref-union updated (0f98bea594 -> eda0623b1c), ELPA Syncer, 2023/12/09
- [elpa] externals/xref-union dbe1334d4e 3/7: Call correct method in 'xref-backend-identifier-completion-table', ELPA Syncer, 2023/12/09
- [elpa] externals/xref-union 00bb9f7391 1/7: Fix usage of the 'head' specialiser, ELPA Syncer, 2023/12/09
- [elpa] externals/xref-union 316695bd4a 2/7: Rework implementation of 'xref-union-mode', ELPA Syncer, 2023/12/09
- [elpa] externals/xref-union 0eb3d8cffb 4/7: Return first match in 'xref-backend-identifier-at-point', ELPA Syncer, 2023/12/09
- [elpa] externals/xref-union b63c486773 5/7: Run M-x untabify, ELPA Syncer, 2023/12/09
- [elpa] externals/xref-union 5a869bcb0d 6/7: Add missing (require ...) statements, ELPA Syncer, 2023/12/09
- [elpa] externals/xref-union eda0623b1c 7/7: Update outdated documentation in Commentary,
ELPA Syncer <=