From 1f51cb4b8ce7c62699e6905eaf0aa47ef508cca0 Mon Sep 17 00:00:00 2001 From: Robert P. Goldman Date: Mon, 24 May 2010 09:01:22 -0500 Subject: [PATCH 5/7] Expanded docstring for org-emph-re --- lisp/org.el | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/lisp/org.el b/lisp/org.el index 03399d7..63817d5 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -3313,6 +3313,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 -- 1.7.1