Skip to content

Commit 9ce4727

Browse files
committed
org-element: Fix Emacs 29 warning about quoting style
* lisp/org-element.el (org-element--parse-generic-emphasis): Change quoting style to avoid Emacs 29 byte compiler warning about 'wrong usage of "fancy" single quotation marks'.
1 parent 2bd9db8 commit 9ce4727

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lisp/org-element.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2952,8 +2952,8 @@ CONTENTS is verse block contents."
29522952
"Parse emphasis object at point, if any.
29532953

29542954
MARK is the delimiter string used. TYPE is a symbol among
2955-
bold’, ‘code’, ‘italic’, ‘strike-through’, ‘underline, and
2956-
verbatim.
2955+
`bold', `code', `italic', `strike-through', `underline', and
2956+
`verbatim'.
29572957

29582958
Assume point is at first MARK."
29592959
(save-excursion

0 commit comments

Comments
 (0)