diff --git a/aspectj/xdocs/properties.xml b/aspectj/xdocs/properties.xml
index 3cda720c..f2924511 100644
--- a/aspectj/xdocs/properties.xml
+++ b/aspectj/xdocs/properties.xml
@@ -14,12 +14,22 @@
| Optional? |
Description |
+
+ | maven.aspectj.ajc.option.emacssym |
+ Yes |
+
+ When set to on, instructs the AspectJ compiler
+ to generate emacs symbols. Users taking advantage of the
+ AspectJ-emacs minor mode will want to specify this option.
+ The default value is off.
+ |
+
| maven.compile.debug |
Yes |
- Specifies wether to include debugging information in the compiled
- class files; the default value is on.
+ Specifies whether to include debugging information in the
+ compiled class files; the default value is on.
Used by the "java:compile" goal.
|
@@ -27,9 +37,9 @@
maven.compile.deprecation |
Yes |
- Specifies wether source should be compiled with deprecation
- information; the default value is off.
- Used by the "java:compile" goal.
+ Specifies whether source should be compiled with deprecation
+ information; the default value is off. Used by
+ the "java:compile" goal.
|
@@ -109,4 +119,4 @@