[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#756188: asymptote: asy-mode.el lasy-asydef docstring backslashes



Package: asymptote
Version: 2.31-1
Severity: minor
File: /usr/share/emacs/site-lisp/asy-mode.el

In "emacs24 -q" doing

    M-: (require 'asy-mode)
    C-h f lasy-asydef

shows

    Return the content between the tags ^Hegin{asydef} and ^[nd{asydef}.

where I expected

    Return the content between the tags \begin{asydef} and \end{asydef}.

Perhaps in asy-mode.el escape the backslashes like

  "Return the content between the tags \\=\\begin{asydef} and \\=\\end{asydef}."


Reply to: