Fix typo
This commit is contained in:
parent
6fee2ffa57
commit
42dd7afe45
|
@ -3422,7 +3422,7 @@ After a match, the match groups contain these elements:
|
||||||
(defcustom org-emphasis-regexp-components
|
(defcustom org-emphasis-regexp-components
|
||||||
'(" \t('\"{" "- \t.,:!?;'\")}\\" " \t\r\n,\"'" "." 1)
|
'(" \t('\"{" "- \t.,:!?;'\")}\\" " \t\r\n,\"'" "." 1)
|
||||||
"Components used to build the regular expression for emphasis.
|
"Components used to build the regular expression for emphasis.
|
||||||
This is a list with 6 entries. Terminology: In an emphasis string
|
This is a list with five entries. Terminology: In an emphasis string
|
||||||
like \" *strong word* \", we call the initial space PREMATCH, the final
|
like \" *strong word* \", we call the initial space PREMATCH, the final
|
||||||
space POSTMATCH, the stars MARKERS, \"s\" and \"d\" are BORDER characters
|
space POSTMATCH, the stars MARKERS, \"s\" and \"d\" are BORDER characters
|
||||||
and \"trong wor\" is the body. The different components in this variable
|
and \"trong wor\" is the body. The different components in this variable
|
||||||
|
|
Loading…
Reference in New Issue