aboutsummaryrefslogtreecommitdiffhomepage
path: root/generic/texi-docstring-magic.el
diff options
context:
space:
mode:
Diffstat (limited to 'generic/texi-docstring-magic.el')
-rw-r--r--generic/texi-docstring-magic.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/texi-docstring-magic.el b/generic/texi-docstring-magic.el
index a474a812..f9c660f2 100644
--- a/generic/texi-docstring-magic.el
+++ b/generic/texi-docstring-magic.el
@@ -191,7 +191,7 @@ including any whitespace included to delimit matches.")
"Markup DOCSTRING for texi according to regexp matches."
(let ((case-fold-search nil))
(setq docstring (texi-docstring-magic-untabify docstring))
- (dolist (test texi-docstring-magic-munge-table docstring)
+ (dolist (test texi-docstring-magic-munge-table)
(let ((regexp (nth 0 test))
(predicate (nth 1 test))
(replace (nth 2 test))