diff options
| author | Glenn Morris | 2012-08-06 17:05:25 -0400 |
|---|---|---|
| committer | Glenn Morris | 2012-08-06 17:05:25 -0400 |
| commit | a4fe537621e0e1f817eedadbf7f78295fb0261c2 (patch) | |
| tree | 9ce23fe262edbc92bae128cb01bdc4262a7aea5c | |
| parent | 1db4583ad26f5052002a8a0869b69a02056717a3 (diff) | |
| download | emacs-a4fe537621e0e1f817eedadbf7f78295fb0261c2.tar.gz emacs-a4fe537621e0e1f817eedadbf7f78295fb0261c2.zip | |
Grammar fixes
| -rw-r--r-- | ChangeLog | 2 | ||||
| -rw-r--r-- | INSTALL | 4 |
2 files changed, 3 insertions, 3 deletions
| @@ -8,7 +8,7 @@ | |||
| 8 | 8 | ||
| 9 | 2012-08-05 Michael Albinus <michael.albinus@gmx.de> | 9 | 2012-08-05 Michael Albinus <michael.albinus@gmx.de> |
| 10 | 10 | ||
| 11 | * INSTALL: Explain, how to disable D-Bus at all. (Bug#12112) | 11 | * INSTALL: Explain how to completely disable D-Bus. (Bug#12112) |
| 12 | 12 | ||
| 13 | 2012-08-05 Ulrich Müller <ulm@gentoo.org> | 13 | 2012-08-05 Ulrich Müller <ulm@gentoo.org> |
| 14 | 14 | ||
| @@ -283,8 +283,8 @@ pkg-config. Note that GTK version 2.6 or newer is required for Emacs. | |||
| 283 | Emacs will autolaunch a D-Bus session bus, when the environment | 283 | Emacs will autolaunch a D-Bus session bus, when the environment |
| 284 | variable DISPLAY is set, but no session bus is running. This might be | 284 | variable DISPLAY is set, but no session bus is running. This might be |
| 285 | inconvenient for Emacs when running as daemon or running via a remote | 285 | inconvenient for Emacs when running as daemon or running via a remote |
| 286 | ssh connection. In order to suppress D-Bus at all, configure Emacs | 286 | ssh connection. In order to completely prevent the use of D-Bus, configure |
| 287 | with the options `--without-dbus --without-gconf --without-gsettings'. | 287 | Emacs with the options `--without-dbus --without-gconf --without-gsettings'. |
| 288 | 288 | ||
| 289 | The Emacs mail reader RMAIL is configured to be able to read mail from | 289 | The Emacs mail reader RMAIL is configured to be able to read mail from |
| 290 | a POP3 server by default. Versions of the POP protocol older than | 290 | a POP3 server by default. Versions of the POP protocol older than |