aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/cedet/semantic/java.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/cedet/semantic/java.el')
-rw-r--r--lisp/cedet/semantic/java.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cedet/semantic/java.el b/lisp/cedet/semantic/java.el
index a7c02032e22..9b70afd0a33 100644
--- a/lisp/cedet/semantic/java.el
+++ b/lisp/cedet/semantic/java.el
@@ -391,7 +391,7 @@ That is TAG `symbol-name' without the leading `@'."
391Return the list of FUN results. If optional PROPERTY is non-nil only 391Return the list of FUN results. If optional PROPERTY is non-nil only
392call FUN for javadoc keywords which have a value for PROPERTY. FUN 392call FUN for javadoc keywords which have a value for PROPERTY. FUN
393receives two arguments: the javadoc keyword and its associated 393receives two arguments: the javadoc keyword and its associated
394'javadoc property list. It can return any value. All nil values are 394`javadoc' property list. It can return any value. All nil values are
395removed from the result list." 395removed from the result list."
396 (delq nil 396 (delq nil
397 (mapcar 397 (mapcar