|
|
|
@ -492,7 +492,7 @@ The expressions can be auto-expanded according to NAME." |
|
|
|
offset) |
|
|
|
offset) |
|
|
|
(while (setq start |
|
|
|
(while (setq start |
|
|
|
(string-match |
|
|
|
(string-match |
|
|
|
"\\(?:%\\( ?-?[0-9]*s?\\)\\(`[a-z-A-Z/0-9]+\\|(\\)\\)\\|\\(?:_\\( ?-?[0-9]*\\)\\([a-z-A-Z~.,;:0-9/|?<>={}]+\\)_\\)" |
|
|
|
"\\(?:%\\( ?-?[0-9]*s?\\)\\(`[a-z-A-Z/0-9]+\\|(\\)\\)\\|\\(?:_\\( ?-?[0-9]*\\)\\([a-z-A-Z~.,;:0-9/|?<>={}*+#]+\\)_\\)" |
|
|
|
docstring start)) |
|
|
|
docstring start)) |
|
|
|
(cond ((eq ?_ (aref (match-string 0 docstring) 0)) |
|
|
|
(cond ((eq ?_ (aref (match-string 0 docstring) 0)) |
|
|
|
(let* ((key (match-string 4 docstring)) |
|
|
|
(let* ((key (match-string 4 docstring)) |
|
|
|
|