diff options
Diffstat (limited to 'lisp/cedet/srecode')
| -rw-r--r-- | lisp/cedet/srecode/texi.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cedet/srecode/texi.el b/lisp/cedet/srecode/texi.el index be75f3765c1..b75a6609323 100644 --- a/lisp/cedet/srecode/texi.el +++ b/lisp/cedet/srecode/texi.el | |||
| @@ -253,7 +253,7 @@ that class. | |||
| 253 | [ stuff ] => @code{[ stuff ]} | 253 | [ stuff ] => @code{[ stuff ]} |
| 254 | Key => @kbd{Key} (key is C\\-h, M\\-h, SPC, RET, TAB and the like) | 254 | Key => @kbd{Key} (key is C\\-h, M\\-h, SPC, RET, TAB and the like) |
| 255 | ... => @dots{}" | 255 | ... => @dots{}" |
| 256 | (while (string-match "`\\([-a-zA-Z0-9<>.]+\\)'" string) | 256 | (while (string-match "[`‘]\\([-a-zA-Z0-9<>.]+\\)['’]" string) |
| 257 | (let* ((vs (substring string (match-beginning 1) (match-end 1))) | 257 | (let* ((vs (substring string (match-beginning 1) (match-end 1))) |
| 258 | (v (intern-soft vs))) | 258 | (v (intern-soft vs))) |
| 259 | (setq string | 259 | (setq string |