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

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

[elpa] 01/01: javaimp: doc fixes


From: Filipp Gunbin
Subject: [elpa] 01/01: javaimp: doc fixes
Date: Wed, 01 Oct 2014 20:56:39 +0000

fgunbin pushed a commit to branch master
in repository elpa.

commit a377c4641d283901ed31dbcb401029965fe6de28
Author: Filipp Gunbin <address@hidden>
Date:   Thu Oct 2 00:56:23 2014 +0400

    javaimp: doc fixes
---
 packages/javaimp/javaimp.el |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/packages/javaimp/javaimp.el b/packages/javaimp/javaimp.el
index 3d7ce64..8dedaab 100644
--- a/packages/javaimp/javaimp.el
+++ b/packages/javaimp/javaimp.el
@@ -12,7 +12,7 @@
 ;; Allows to manage Java import statements in Maven projects.
 ;;
 ;;   Quick start: customize `javaimp-import-group-alist', `javaimp-jdk-home'
-;; and call `javaimp-maven-visit-root-pom', then in a Java buffer visiting a
+;; and call `javaimp-maven-visit-root', then in a Java buffer visiting a
 ;; file under that module or one of its submodules call
 ;; `javaimp-organize-imports' or `javaimp-add-import'.  `javaimp-add-import'
 ;; will provide you a helpful completion, and the default value (the one
@@ -23,7 +23,7 @@
 ;; through compilation errors.
 ;;
 ;; If Maven failed, you can see its output in the buffer named by
-;; `javaimp-debug-buffer-name' (default is "*javaimp-debug*").
+;; `javaimp-debug-buf-name' (default is "*javaimp-debug*").
 ;;
 ;; Contents of jar files and Maven project structures (pom.xml) are cached,
 ;; so usually only first command should take a considerable amount of time
@@ -52,7 +52,7 @@
 ;;  
 ;; Details on commands.
 ;;
-;;   `javaimp-maven-visit-root-pom' is the first command you should issue to
+;;   `javaimp-maven-visit-root' is the first command you should issue to
 ;; use this module.  It reads the pom structure recursively and records
 ;; which files belong to which module.  Maven help:effective-pom command is
 ;; used to do that.



reply via email to

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