diff options
| -rw-r--r-- | generic/texi-docstring-magic.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/generic/texi-docstring-magic.el b/generic/texi-docstring-magic.el index 9f1552c6..9095112e 100644 --- a/generic/texi-docstring-magic.el +++ b/generic/texi-docstring-magic.el @@ -94,7 +94,9 @@ str)) (defconst texi-docstring-magic-munge-table - '(;; 1. Indented lines are gathered into @lisp environment. + '(;; 0. FIXME: escape @ characters + ;; ("@" t "@@") + ;; 1. Indented lines are gathered into @lisp environment. ("\\(^.*\\S-.*$\\)" t (let |
