From a377c4641d283901ed31dbcb401029965fe6de28 Mon Sep 17 00:00:00 2001 From: Filipp Gunbin Date: Thu, 2 Oct 2014 00:56:23 +0400 Subject: [PATCH] javaimp: doc fixes --- packages/javaimp/javaimp.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/javaimp/javaimp.el b/packages/javaimp/javaimp.el index 3d7ce644e..8dedaab28 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. -- 2.39.2