From 42dd7afe45bbf8ea976c39cfb0c50660779cdfe8 Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Fri, 12 Nov 2010 12:17:00 -0600 Subject: [PATCH] Fix typo --- lisp/org.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org.el b/lisp/org.el index ea2c9a8da..d774a35c6 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -3422,7 +3422,7 @@ After a match, the match groups contain these elements: (defcustom org-emphasis-regexp-components '(" \t('\"{" "- \t.,:!?;'\")}\\" " \t\r\n,\"'" "." 1) "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 space POSTMATCH, the stars MARKERS, \"s\" and \"d\" are BORDER characters and \"trong wor\" is the body. The different components in this variable