diff options
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 008f5a15310..9904339be40 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS | |||
| @@ -604,7 +604,7 @@ See <http://debbugs.gnu.org/22814>. | |||
| 604 | When you have a large number of buffers running auto-revert-mode, and | 604 | When you have a large number of buffers running auto-revert-mode, and |
| 605 | Emacs is configured to use the kqueue file notification library, it | 605 | Emacs is configured to use the kqueue file notification library, it |
| 606 | uses an own file descriptor for every watched file. On systems with a | 606 | uses an own file descriptor for every watched file. On systems with a |
| 607 | small limit of file descriptors allowed per process, like OS X, you | 607 | small limit of file descriptors allowed per process, like macOS, you |
| 608 | could run out of file descriptors. You won't be able to open new files. | 608 | could run out of file descriptors. You won't be able to open new files. |
| 609 | 609 | ||
| 610 | auto-revert-use-notify is set to nil in global-auto-revert-mode, therefore. | 610 | auto-revert-use-notify is set to nil in global-auto-revert-mode, therefore. |