Kaynağa Gözat

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'.
Kyle Meyer 1 yıl önce
ebeveyn
işleme
9ce4727d8e
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2 2
      lisp/org-element.el

+ 2 - 2
lisp/org-element.el

@@ -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