diff options
| author | Paul Eggert | 2016-05-05 12:48:33 -0700 |
|---|---|---|
| committer | Paul Eggert | 2016-05-05 12:50:01 -0700 |
| commit | 50650cb6887d99b01eeb1e686fc1f695c2a0c64a (patch) | |
| tree | d4396e21d5911ae39f67f5718fbcb45a59158f8e /src | |
| parent | 5e814e02f0b0b85fa486975eced09e4a7ed8ce5c (diff) | |
| download | emacs-50650cb6887d99b01eeb1e686fc1f695c2a0c64a.tar.gz emacs-50650cb6887d99b01eeb1e686fc1f695c2a0c64a.zip | |
Doc fixes for fclist and grep
A newline is needed between two fc-list calls.
egrep and fgrep have been withdrawn from POSIX,
so document grep -E and grep -F instead.
Diffstat (limited to 'src')
| -rw-r--r-- | src/bidi.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bidi.c b/src/bidi.c index c23ff954356..573e513469d 100644 --- a/src/bidi.c +++ b/src/bidi.c | |||
| @@ -2498,10 +2498,10 @@ typedef struct bpa_stack_entry { | |||
| 2498 | 2498 | ||
| 2499 | And finally, cross-reference these two: | 2499 | And finally, cross-reference these two: |
| 2500 | 2500 | ||
| 2501 | fgrep -w -f brackets.txt decompositions.txt | 2501 | grep -Fw -f brackets.txt decompositions.txt |
| 2502 | 2502 | ||
| 2503 | where "decompositions.txt" was produced by the 1st script, and | 2503 | where "decompositions.txt" was produced by the 1st script, and |
| 2504 | "brackets.txt" by the 2nd script. In the output of fgrep, look | 2504 | "brackets.txt" by the 2nd script. In the output of grep, look |
| 2505 | only for decompositions that don't begin with some compatibility | 2505 | only for decompositions that don't begin with some compatibility |
| 2506 | formatting tag, such as "<compat>". Only decompositions that | 2506 | formatting tag, such as "<compat>". Only decompositions that |
| 2507 | consist solely of character codepoints are relevant to bidi | 2507 | consist solely of character codepoints are relevant to bidi |