diff options
author | Glenn Morris <rgm@gnu.org> | 2013-01-17 20:53:34 -0500 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2013-01-17 20:53:34 -0500 |
commit | e17b97778dba7840824c1eb163846fc740d866fb (patch) | |
tree | 398b28146482568c68ba4ea2d2c82895f93426e3 /doc | |
parent | 19503d5abfb9d9c1faa2e6e9e8636623c7667e54 (diff) | |
download | emacs-e17b97778dba7840824c1eb163846fc740d866fb.tar.gz |
* doc/emacs/custom.texi (Directory Variables): Fix paren typo.
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 a50ebb7077c..9471310f252 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog @@ -1,3 +1,7 @@ +2013-01-18 Glenn Morris <rgm@gnu.org> + + * custom.texi (Directory Variables): Fix paren typo. + 2013-01-16 Glenn Morris <rgm@gnu.org> * trouble.texi (Crashing): Not all addr2line have -p. (Bug#13445) diff --git a/doc/emacs/custom.texi b/doc/emacs/custom.texi index cff3892635a..fae61252724 100644 --- a/doc/emacs/custom.texi +++ b/doc/emacs/custom.texi @@ -1305,7 +1305,7 @@ files in that subdirectory. @example ((nil . ((indent-tabs-mode . t) (fill-column . 80))) - (c-mode . ((c-file-style . "BSD"))) + (c-mode . ((c-file-style . "BSD") (subdirs . nil))) ("src/imported" . ((nil . ((change-log-default-name |