aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2012-08-06 17:05:25 -0400
committerGlenn Morris2012-08-06 17:05:25 -0400
commita4fe537621e0e1f817eedadbf7f78295fb0261c2 (patch)
tree9ce23fe262edbc92bae128cb01bdc4262a7aea5c
parent1db4583ad26f5052002a8a0869b69a02056717a3 (diff)
downloademacs-a4fe537621e0e1f817eedadbf7f78295fb0261c2.tar.gz
emacs-a4fe537621e0e1f817eedadbf7f78295fb0261c2.zip
Grammar fixes
-rw-r--r--ChangeLog2
-rw-r--r--INSTALL4
2 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 48ba569326f..2b2ca76595a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,7 +8,7 @@
8 8
92012-08-05 Michael Albinus <michael.albinus@gmx.de> 92012-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
132012-08-05 Ulrich Müller <ulm@gentoo.org> 132012-08-05 Ulrich Müller <ulm@gentoo.org>
14 14
diff --git a/INSTALL b/INSTALL
index 58a758e02f4..892ee5e451d 100644
--- a/INSTALL
+++ b/INSTALL
@@ -283,8 +283,8 @@ pkg-config. Note that GTK version 2.6 or newer is required for Emacs.
283Emacs will autolaunch a D-Bus session bus, when the environment 283Emacs will autolaunch a D-Bus session bus, when the environment
284variable DISPLAY is set, but no session bus is running. This might be 284variable DISPLAY is set, but no session bus is running. This might be
285inconvenient for Emacs when running as daemon or running via a remote 285inconvenient for Emacs when running as daemon or running via a remote
286ssh connection. In order to suppress D-Bus at all, configure Emacs 286ssh connection. In order to completely prevent the use of D-Bus, configure
287with the options `--without-dbus --without-gconf --without-gsettings'. 287Emacs with the options `--without-dbus --without-gconf --without-gsettings'.
288 288
289The Emacs mail reader RMAIL is configured to be able to read mail from 289The Emacs mail reader RMAIL is configured to be able to read mail from
290a POP3 server by default. Versions of the POP protocol older than 290a POP3 server by default. Versions of the POP protocol older than