diff options
| author | Paul Eggert | 2019-11-11 10:30:13 -0800 |
|---|---|---|
| committer | Paul Eggert | 2019-11-11 10:32:53 -0800 |
| commit | 6b4a97c1c78f39ce890d100acceceb652d14e20d (patch) | |
| tree | 9d9f8347a952226adcd73680ed89c5679d6e5326 /lisp/cedet/semantic/java.el | |
| parent | 269796288a43520a1dcc481337af472d086faaa4 (diff) | |
| download | emacs-6b4a97c1c78f39ce890d100acceceb652d14e20d.tar.gz emacs-6b4a97c1c78f39ce890d100acceceb652d14e20d.zip | |
Fix some quoting glitches in doc strings
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 b103c3ce157..f81ad74cf90 100644 --- a/lisp/cedet/semantic/java.el +++ b/lisp/cedet/semantic/java.el | |||
| @@ -281,7 +281,7 @@ Optional argument COLOR indicates that color should be mixed in." | |||
| 281 | Java have documentation set in a comment preceding TAG's definition. | 281 | Java have documentation set in a comment preceding TAG's definition. |
| 282 | Attempt to strip out comment syntactic sugar, unless optional argument | 282 | Attempt to strip out comment syntactic sugar, unless optional argument |
| 283 | NOSNARF is non-nil. | 283 | NOSNARF is non-nil. |
| 284 | If NOSNARF is 'lex, then return the semantic lex token." | 284 | If NOSNARF is `lex', then return the semantic lex token." |
| 285 | (when (or tag (setq tag (semantic-current-tag))) | 285 | (when (or tag (setq tag (semantic-current-tag))) |
| 286 | (with-current-buffer (semantic-tag-buffer tag) | 286 | (with-current-buffer (semantic-tag-buffer tag) |
| 287 | (save-excursion | 287 | (save-excursion |