summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2012-08-11 10:45:16 +0200
committerBastien Guerry <bzg@altern.org>2012-08-11 10:45:16 +0200
commit777ee3a4f9f544255b4433fc8c041b490df50e75 (patch)
treeb3bde4693f299a6efca31e50413f8ce4f4410832
parentba16c3c6f50738b070769040586945436439be76 (diff)
downloadorg-mode-777ee3a4f9f544255b4433fc8c041b490df50e75.tar.gz
org.el (org-emph-re): Tiny docstring formatting fix
* org.el (org-emph-re): Tiny docstring formatting fix. Replay commit 8fb39a, but correctly this time.
-rw-r--r--lisp/org.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org.el b/lisp/org.el
index 16b40cb..7e2e538 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -3653,7 +3653,7 @@ When nil, the \\name form remains in the buffer."
"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
+ 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