From 6b4a97c1c78f39ce890d100acceceb652d14e20d Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 11 Nov 2019 10:30:13 -0800 Subject: Fix some quoting glitches in doc strings --- lisp/cedet/semantic/java.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/cedet/semantic/java.el') 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." Java have documentation set in a comment preceding TAG's definition. Attempt to strip out comment syntactic sugar, unless optional argument NOSNARF is non-nil. -If NOSNARF is 'lex, then return the semantic lex token." +If NOSNARF is `lex', then return the semantic lex token." (when (or tag (setq tag (semantic-current-tag))) (with-current-buffer (semantic-tag-buffer tag) (save-excursion -- cgit v1.2.3