diff options
Diffstat (limited to 'lisp/cedet/semantic/java.el')
| -rw-r--r-- | lisp/cedet/semantic/java.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cedet/semantic/java.el b/lisp/cedet/semantic/java.el index 7f9c93b906f..b103c3ce157 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 `@'." | |||
| 391 | 391 | ||
| 392 | (defun semantic-java-doc-keywords-map (fun &optional property) | 392 | (defun semantic-java-doc-keywords-map (fun &optional property) |
| 393 | "Run function FUN for each javadoc keyword. | 393 | "Run function FUN for each javadoc keyword. |
| 394 | Return the list of FUN results. If optional PROPERTY is non nil only | 394 | Return the list of FUN results. If optional PROPERTY is non-nil only |
| 395 | call FUN for javadoc keywords which have a value for PROPERTY. FUN | 395 | call FUN for javadoc keywords which have a value for PROPERTY. FUN |
| 396 | receives two arguments: the javadoc keyword and its associated | 396 | receives two arguments: the javadoc keyword and its associated |
| 397 | 'javadoc property list. It can return any value. All nil values are | 397 | 'javadoc property list. It can return any value. All nil values are |