diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2016-05-05 12:48:33 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2016-05-05 12:50:01 -0700 |
commit | 50650cb6887d99b01eeb1e686fc1f695c2a0c64a (patch) | |
tree | d4396e21d5911ae39f67f5718fbcb45a59158f8e /src | |
parent | 5e814e02f0b0b85fa486975eced09e4a7ed8ce5c (diff) | |
download | emacs-50650cb6887d99b01eeb1e686fc1f695c2a0c64a.tar.gz |
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 { And finally, cross-reference these two: - fgrep -w -f brackets.txt decompositions.txt + grep -Fw -f brackets.txt decompositions.txt where "decompositions.txt" was produced by the 1st script, and - "brackets.txt" by the 2nd script. In the output of fgrep, look + "brackets.txt" by the 2nd script. In the output of grep, look only for decompositions that don't begin with some compatibility formatting tag, such as "<compat>". Only decompositions that consist solely of character codepoints are relevant to bidi |