From de84f1ae7ab37463f4166afa534302c33760f557 Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Wed, 20 Dec 2000 18:19:55 +0000 Subject: More broken escapes. --- generic/texi-docstring-magic.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/generic/texi-docstring-magic.el b/generic/texi-docstring-magic.el index 9095112e..dc16d4ad 100644 --- a/generic/texi-docstring-magic.el +++ b/generic/texi-docstring-magic.el @@ -94,8 +94,10 @@ str)) (defconst texi-docstring-magic-munge-table - '(;; 0. FIXME: escape @ characters + '(;; 0. FIXME: escape @, { and } characters ;; ("@" t "@@") + ;;("{" t "\\{") + ;; ("}" t "\\}") ;; 1. Indented lines are gathered into @lisp environment. ("\\(^.*\\S-.*$\\)" t -- cgit v1.2.3