aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Aspinall2000-12-20 18:19:55 +0000
committerDavid Aspinall2000-12-20 18:19:55 +0000
commitde84f1ae7ab37463f4166afa534302c33760f557 (patch)
tree13510c9dbed652dc7b336b1e82b2d6f52d1ccbfe
parent445ca14189880346fc347c81be65c49ea0a44387 (diff)
More broken escapes.
-rw-r--r--generic/texi-docstring-magic.el4
1 files changed, 3 insertions, 1 deletions
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