branch: externals/org
commit e3fd534c0d7b74c62c15ca09cba9e767b047a94f
Merge: 493d4c35f2 ee4f5416c4
Author: Ihor Radchenko <yanta...@posteo.net>
Commit: Ihor Radchenko <yanta...@posteo.net>

    Merge branch 'bugfix'
---
 lisp/org.el | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/lisp/org.el b/lisp/org.el
index 0a406d7cca..80a6fff933 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -3839,7 +3839,11 @@ After a match, the match groups contain these elements:
 ;; https://orgmode.org/list/b72cdc2b-72f6-43a8-ac70-e6e629576...@gmail.com
 (defvar org-emphasis-regexp-components
   '("-[:space:]('\"{" "-[:space:].,:!?;'\")}\\[" "[:space:]" "." 1)
-  "Components used to build the regular expression for emphasis.
+  "Components used to build the regular expression for FONTIFYING emphasis.
+WARNING: This variable only affects visual fontification, but does not
+change Org markup.  For example, it does not affect how emphasis markup
+is interpreted on export.
+
 This is a list with five entries.  Terminology:  In an emphasis string
 like \" *strong word* \", we call the initial space PREMATCH, the final
 space POSTMATCH, the stars MARKERS, \"s\" and \"d\" are BORDER characters

Reply via email to