aboutsummaryrefslogtreecommitdiffhomepage
path: root/generic
diff options
context:
space:
mode:
Diffstat (limited to 'generic')
-rw-r--r--generic/texi-docstring-magic.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/generic/texi-docstring-magic.el b/generic/texi-docstring-magic.el
index 6a5decde..7e491e5e 100644
--- a/generic/texi-docstring-magic.el
+++ b/generic/texi-docstring-magic.el
@@ -98,10 +98,10 @@
str))
(defconst texi-docstring-magic-munge-table
- '(;; 0. FIXME: escape @, { and } characters
- ;; ("@" t "@@")
- ;;("{" t "\\{")
- ;; ("}" t "\\}")
+ '(;; 0. Escape @, { and } characters
+ ("\\(@\\)" t "@@")
+ ("\\({\\)" t "@{")
+ ("\\(}\\)" t "@}")
;; 1. Indented lines are gathered into @lisp environment.
("\\(^.*\\S-.*$\\)"
t