---
 base/asy-mode.el |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- asymptote.git.orig/base/asy-mode.el
+++ asymptote.git/base/asy-mode.el
@@ -1160,7 +1160,7 @@
 
 (defvar lasy-run-tex nil)
 (defun lasy-asydef()
-  "Return the content between the tags \begin{asydef} and \end{asydef}."
+  "Return the content between the tags \\begin{asydef} and \\end{asydef}."
   (save-excursion
     (if (re-search-backward "\\\\begin{asydef}" 0 t)
         (buffer-substring
