branch: externals/auctex
commit 4747c24576cd4dfc3bd1356006401eff8aad895a
Author: Tassilo Horn <[email protected]>
Commit: Tassilo Horn <[email protected]>

    Simple docfix
    
    * font-latex.el (font-latex-fontify-script-max-level): Correct escaping of
    \(...\) in the docstring.
---
 font-latex.el |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/font-latex.el b/font-latex.el
index 8363fc2..21c4935 100644
--- a/font-latex.el
+++ b/font-latex.el
@@ -892,7 +892,7 @@ be shrunken anymore.
 
 For example, see this expression:
 
-  \( x^{y^{z^a_b}} \)
+  \\( x^{y^{z^a_b}} \\)
 
 x has scriptification level 0, y has level 1, z has level 2, and
 both a and b have scriptification level 3.

Reply via email to