summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRomain Francoise <romain@orebokech.com>2008-08-27 21:47:39 +0000
committerRomain Francoise <romain@orebokech.com>2008-08-27 21:47:39 +0000
commit32209a3c2f44ef753192fa7809e81f86f9087f2e (patch)
tree4c80806924b186c5e41f49ebff6e08cf92bbcd67 /doc
parent938f0babadf012c11ae88146f2b09072dc34bd13 (diff)
downloademacs-32209a3c2f44ef753192fa7809e81f86f9087f2e.tar.gz
(Directory Variables): Minor fix.
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/ChangeLog4
-rw-r--r--doc/emacs/custom.texi2
2 files changed, 5 insertions, 1 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog
index b7171fa5d16..834cdeb82af 100644
--- a/doc/emacs/ChangeLog
+++ b/doc/emacs/ChangeLog
@@ -1,3 +1,7 @@
+2008-08-27 Romain Francoise <romain@orebokech.com>
+
+ * custom.texi (Directory Variables): Minor fix.
+
2008-08-27 Glenn Morris <rgm@gnu.org>
* cal-xtra.texi (Advanced Calendar/Diary Usage): Tweak some menu
diff --git a/doc/emacs/custom.texi b/doc/emacs/custom.texi
index cf4352ba951..bb6999abf88 100644
--- a/doc/emacs/custom.texi
+++ b/doc/emacs/custom.texi
@@ -1307,7 +1307,7 @@ directory @file{src/imported}.
define a project class using @code{define-project-bindings}, and then
to tell Emacs which directory roots correspond to that class, using
@code{set-directory-project}. You can put calls to these functions in
-your @file{.emacs}; this can useful when you can't put
+your @file{.emacs}; this can be useful when you can't put
@file{.dir-settings.el} in the directory for some reason. For
example, you could apply settings to an unwriteable directory this
way: