aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRomain Francoise2008-08-27 21:47:39 +0000
committerRomain Francoise2008-08-27 21:47:39 +0000
commit180135fc19dac7a1e553a8673f3922cc5ae19840 (patch)
tree0dbae1c21433df36712210bb5aa6d124b8e0afb7 /doc
parent829e102dd08591621c4dbbc3c6e1ef1eb461bfda (diff)
downloademacs-180135fc19dac7a1e553a8673f3922cc5ae19840.tar.gz
emacs-180135fc19dac7a1e553a8673f3922cc5ae19840.zip
(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 @@
12008-08-27 Romain Francoise <romain@orebokech.com>
2
3 * custom.texi (Directory Variables): Minor fix.
4
12008-08-27 Glenn Morris <rgm@gnu.org> 52008-08-27 Glenn Morris <rgm@gnu.org>
2 6
3 * cal-xtra.texi (Advanced Calendar/Diary Usage): Tweak some menu 7 * 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}.
1307define a project class using @code{define-project-bindings}, and then 1307define a project class using @code{define-project-bindings}, and then
1308to tell Emacs which directory roots correspond to that class, using 1308to tell Emacs which directory roots correspond to that class, using
1309@code{set-directory-project}. You can put calls to these functions in 1309@code{set-directory-project}. You can put calls to these functions in
1310your @file{.emacs}; this can useful when you can't put 1310your @file{.emacs}; this can be useful when you can't put
1311@file{.dir-settings.el} in the directory for some reason. For 1311@file{.dir-settings.el} in the directory for some reason. For
1312example, you could apply settings to an unwriteable directory this 1312example, you could apply settings to an unwriteable directory this
1313way: 1313way: