Fix latex-help.el
This commit is contained in:
parent
222fcacfeb
commit
738cd67f00
@ -225,7 +225,7 @@ The following are some examples:
|
||||
(looking-at (rx "\\"
|
||||
(group (+ (not (any " " "\n" "("
|
||||
"{" "[" "|"
|
||||
"}" "]" ")")))))))
|
||||
"}" "]" ")" "%")))))))
|
||||
(let ((cmd (match-string-no-properties 1)))
|
||||
(if (> (match-end 1) orig-point)
|
||||
(cons cmd 'command)
|
||||
|
Loading…
Reference in New Issue
Block a user