diff options
| author | Francesco Potortì <pot@gnu.org> | 2006-11-28 13:31:27 +0000 |
|---|---|---|
| committer | Francesco Potortì <pot@gnu.org> | 2006-11-28 13:31:27 +0000 |
| commit | bae1fc0b339223ee994dd57a1e00ba62aca25da9 (patch) | |
| tree | f6d9872a33139fd1e6878a854cad088504a256aa | |
| parent | fe689fb6615bc61d6733a413a5697af437630207 (diff) | |
| download | emacs-bae1fc0b339223ee994dd57a1e00ba62aca25da9.tar.gz | |
Added / to the end of DEVAR regex evamle.
| -rw-r--r-- | etc/etags.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/etags.1 b/etc/etags.1 index 3007d95a5c2..80fe2843b91 100644 --- a/etc/etags.1 +++ b/etc/etags.1 @@ -205,7 +205,7 @@ from shell interpretation. Tag the DEFVAR macros in the emacs source files: .br -\fI\-\-regex\='/[ \\t]*DEFVAR_[A-Z_ \\t(]+"\\([^"]+\\)"\/'\fP +\fI\-\-regex\='/[ \\t]*DEFVAR_[A-Z_ \\t(]+"\\([^"]+\\)"/'\fP .\"" This comment is to avoid confusion to Emacs syntax highlighting .br |
