emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/javaimp 1cdfdd01fd: Mention xref support in commentary


From: Filipp Gunbin
Subject: [elpa] externals/javaimp 1cdfdd01fd: Mention xref support in commentary
Date: Tue, 10 May 2022 13:52:42 -0400 (EDT)

branch: externals/javaimp
commit 1cdfdd01fdaa5b31cf2a7cbfafafae5751157aef
Author: Filipp Gunbin <fgunbin@fastmail.fm>
Commit: Filipp Gunbin <fgunbin@fastmail.fm>

    Mention xref support in commentary
---
 javaimp.el | 18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)

diff --git a/javaimp.el b/javaimp.el
index 03cc31e24c..e3f8533f54 100644
--- a/javaimp.el
+++ b/javaimp.el
@@ -23,12 +23,14 @@
 ;;; Commentary:
 
 ;; Allows to manage Java import statements in Maven / Gradle projects,
-;; plus some editing and navigation support.  This module does not add
-;; all needed imports automatically!  It only helps you to quickly add
-;; imports when stepping through compilation errors.  In addition,
-;; this module provides `javaimp-minor-mode' which enables decent
-;; Imenu support (with nesting and abstract methods in interfaces and
-;; abstract classes) and some navigation functions.
+;; plus some editing and navigation support.  This package does not
+;; add all needed imports automatically!  It only helps you to quickly
+;; add imports when stepping through compilation errors.
+;;
+;; In addition, this package provides `javaimp-minor-mode' which
+;; enables decent Imenu support (with nesting and abstract methods in
+;; interfaces and abstract classes), xref support (though with default
+;; xref-find-references) and some navigation functions.
 ;;
 ;;   Quick start
 ;;
@@ -111,8 +113,8 @@
 ;; of code in braces) in the current buffer, with support for
 ;; `next-error'.
 ;;
-;; Parsing is also used for Imenu support and for navigation commands,
-;; these are installed by `javaimp-minor-mode'.
+;; Parsing is also used for Imenu support, for xref support and for
+;; navigation commands, these are installed by `javaimp-minor-mode'.
 ;;
 ;; `javaimp-imenu-use-sub-alists': if non-nil then Imenu items are
 ;; presented in a nested fashion, instead of a flat list (default is



reply via email to

[Prev in Thread] Current Thread [Next in Thread]