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 /etc/PROBLEMS | |
| 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 'etc/PROBLEMS')
| -rw-r--r-- | etc/PROBLEMS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index be9400bf264..533c4e9be8d 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS | |||
| @@ -1655,7 +1655,7 @@ which combination produces "M-x" in the echo area. You can also use | |||
| 1655 | the 'xmodmap' utility to show all the keys which produce a Meta | 1655 | the 'xmodmap' utility to show all the keys which produce a Meta |
| 1656 | modifier: | 1656 | modifier: |
| 1657 | 1657 | ||
| 1658 | xmodmap -pk | egrep -i "meta|alt" | 1658 | xmodmap -pk | grep -Ei "meta|alt" |
| 1659 | 1659 | ||
| 1660 | A more convenient way of finding out which keys produce a Meta modifier | 1660 | A more convenient way of finding out which keys produce a Meta modifier |
| 1661 | is to use the 'xkbprint' utility, if it's available on your system: | 1661 | is to use the 'xkbprint' utility, if it's available on your system: |