Expanded docstring for org-emph-re

This commit is contained in:
Robert P. Goldman 2010-05-24 09:01:22 -05:00 committed by Carsten Dominik
parent e439e4da27
commit 06034b9813
1 changed files with 2 additions and 0 deletions

View File

@ -3321,6 +3321,8 @@ When nil, the \\name form remains in the buffer."
(defvar org-emph-re nil
"Regular expression for matching emphasis.
After a match, the match groups contain these elements:
0 The match of the full regular expression, including the characters
before and after the proper match
1 The character before the proper match, or empty at beginning of line
2 The proper match, including the leading and trailing markers
3 The leading marker like * or /, indicating the type of highlighting