From e17b97778dba7840824c1eb163846fc740d866fb Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 17 Jan 2013 20:53:34 -0500 Subject: [PATCH] * doc/emacs/custom.texi (Directory Variables): Fix paren typo. --- doc/emacs/ChangeLog | 4 ++++ doc/emacs/custom.texi | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 + + * custom.texi (Directory Variables): Fix paren typo. + 2013-01-16 Glenn Morris * 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 -- 2.11.4.GIT