diff options
| author | Eli Zaretskii | 2001-04-27 13:36:06 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-04-27 13:36:06 +0000 |
| commit | f4976ebceaf62cba09ca84b43f6298e82f102b1e (patch) | |
| tree | 45a9ce4e907dfc72cacbc691677a89c2cd3d1f4c /lib-src | |
| parent | 5a5d918531eef16df596e69f97fb28dae0c39119 (diff) | |
| download | emacs-f4976ebceaf62cba09ca84b43f6298e82f102b1e.tar.gz emacs-f4976ebceaf62cba09ca84b43f6298e82f102b1e.zip | |
(print_help): Enclose the regexp in the help text example in quotes.
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/ChangeLog | 5 | ||||
| -rw-r--r-- | lib-src/etags.c | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 2db9dd67294..050436c7732 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2001-04-27 Eli Zaretskii <eliz@is.elta.co.il> | ||
| 2 | |||
| 3 | * etags.c (print_help): Enclose the regexp in the help text | ||
| 4 | example in quotes. | ||
| 5 | |||
| 1 | 2001-04-05 Dave Love <fx@gnu.org> | 6 | 2001-04-05 Dave Love <fx@gnu.org> |
| 2 | 7 | ||
| 3 | * emacsclient.c (fail): Don't return a value. | 8 | * emacsclient.c (fail): Don't return a value. |
diff --git a/lib-src/etags.c b/lib-src/etags.c index 69810b50193..cf22f3ffc9d 100644 --- a/lib-src/etags.c +++ b/lib-src/etags.c | |||
| @@ -712,7 +712,7 @@ Relative ones are stored relative to the output file's directory."); | |||
| 712 | REGEXP is anchored (as if preceded by ^).\n\ | 712 | REGEXP is anchored (as if preceded by ^).\n\ |
| 713 | The form /REGEXP/NAME/ creates a named tag.\n\ | 713 | The form /REGEXP/NAME/ creates a named tag.\n\ |
| 714 | For example Tcl named tags can be created with:\n\ | 714 | For example Tcl named tags can be created with:\n\ |
| 715 | --regex=/proc[ \\t]+\\([^ \\t]+\\)/\\1/."); | 715 | --regex=\"/proc[ \\t]+\\([^ \\t]+\\)/\\1/.\""); |
| 716 | puts ("-c /REGEXP/, --ignore-case-regex=/REGEXP/ or --ignore-case-regex=@regexfile\n\ | 716 | puts ("-c /REGEXP/, --ignore-case-regex=/REGEXP/ or --ignore-case-regex=@regexfile\n\ |
| 717 | Like -r, --regex but ignore case when matching expressions."); | 717 | Like -r, --regex but ignore case when matching expressions."); |
| 718 | puts ("-R, --no-regex\n\ | 718 | puts ("-R, --no-regex\n\ |