diff options
Diffstat (limited to 'lisp/textmodes')
| -rw-r--r-- | lisp/textmodes/reftex-vars.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/reftex-vars.el b/lisp/textmodes/reftex-vars.el index 50dd6cd5f5a..c9fd19d2324 100644 --- a/lisp/textmodes/reftex-vars.el +++ b/lisp/textmodes/reftex-vars.el | |||
| @@ -925,7 +925,7 @@ DOWNCASE t: Downcase words before using them." | |||
| 925 | "\\<label[[:space:]]*=[[:space:]]*" | 925 | "\\<label[[:space:]]*=[[:space:]]*" |
| 926 | ;; Match the label value; braces around the value are | 926 | ;; Match the label value; braces around the value are |
| 927 | ;; optional. | 927 | ;; optional. |
| 928 | "{?\\(?1:[^] ,}\r\n\t%]+\\)}?" | 928 | "{?\\(?1:[^] ,}\r\n\t%]+\\)" |
| 929 | ;; We are done. Just search until the next closing bracket | 929 | ;; We are done. Just search until the next closing bracket |
| 930 | "[^]]*\\]")) | 930 | "[^]]*\\]")) |
| 931 | "List of regexps matching \\label definitions. | 931 | "List of regexps matching \\label definitions. |