Merge branch 'emacs-25' of git.savannah.gnu.org:/srv/git/emacs into emacs-25
This commit is contained in:
commit
c8d3759f90
1 changed files with 1 additions and 1 deletions
|
@ -877,7 +877,7 @@ DOWNCASE t: Downcase words before using them."
|
|||
"\\\\label{\\(?1:[^}]*\\)}"
|
||||
;; keyvals [..., label = {foo}, ...] forms used by ctable,
|
||||
;; listings, minted, ...
|
||||
"\\[[^][]*\\<label[[:space:]]*=[[:space:]]*{?\\(?1:[^],}]+\\)}?")
|
||||
"\\[[^][]\\{0,2000\\}\\<label[[:space:]]*=[[:space:]]*{?\\(?1:[^],}]+\\)}?")
|
||||
"List of regexps matching \\label definitions.
|
||||
The default value matches usual \\label{...} definitions and
|
||||
keyval style [..., label = {...}, ...] label definitions. It is
|
||||
|
|
Loading…
Add table
Reference in a new issue