diff options
| -rw-r--r-- | lisp/textmodes/tildify.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/tildify.el b/lisp/textmodes/tildify.el index 4854ad05448..0b5934c1a36 100644 --- a/lisp/textmodes/tildify.el +++ b/lisp/textmodes/tildify.el @@ -111,7 +111,7 @@ mode, the item for the mode SYMBOL is looked up in the alist instead." '((latex-mode ("\\\\\\\\" . "") ; do not remove this ("\\\\begin{verbatim}" . "\\\\end{verbatim}") - ("\\\\verb*?\\(.\\)" . (1)) + ("\\\\verb\\*?\\(.\\)" . (1)) ("\\$\\$" . "\\$\\$") ("\\$" . "\\$") ("\\\\(" . "\\\\)") |
