diff options
| author | Romain Francoise | 2008-08-27 21:47:39 +0000 |
|---|---|---|
| committer | Romain Francoise | 2008-08-27 21:47:39 +0000 |
| commit | 180135fc19dac7a1e553a8673f3922cc5ae19840 (patch) | |
| tree | 0dbae1c21433df36712210bb5aa6d124b8e0afb7 /doc | |
| parent | 829e102dd08591621c4dbbc3c6e1ef1eb461bfda (diff) | |
| download | emacs-180135fc19dac7a1e553a8673f3922cc5ae19840.tar.gz emacs-180135fc19dac7a1e553a8673f3922cc5ae19840.zip | |
(Directory Variables): Minor fix.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/emacs/custom.texi | 2 |
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 @@ | |||
| 1 | 2008-08-27 Romain Francoise <romain@orebokech.com> | ||
| 2 | |||
| 3 | * custom.texi (Directory Variables): Minor fix. | ||
| 4 | |||
| 1 | 2008-08-27 Glenn Morris <rgm@gnu.org> | 5 | 2008-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}. | |||
| 1307 | define a project class using @code{define-project-bindings}, and then | 1307 | define a project class using @code{define-project-bindings}, and then |
| 1308 | to tell Emacs which directory roots correspond to that class, using | 1308 | to 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 |
| 1310 | your @file{.emacs}; this can useful when you can't put | 1310 | your @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 |
| 1312 | example, you could apply settings to an unwriteable directory this | 1312 | example, you could apply settings to an unwriteable directory this |
| 1313 | way: | 1313 | way: |