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'.
This commit is contained in:
Kyle Meyer 2022-10-03 18:40:31 -04:00
parent 2bd9db8345
commit 9ce4727d8e
1 changed files with 2 additions and 2 deletions

View File

@ -2952,8 +2952,8 @@ CONTENTS is verse block contents."
"Parse emphasis object at point, if any.
MARK is the delimiter string used. TYPE is a symbol among
bold, code, italic, strike-through, underline, and
verbatim.
`bold', `code', `italic', `strike-through', `underline', and
`verbatim'.
Assume point is at first MARK."
(save-excursion