* doc/emacs/custom.texi (Directory Variables): Fix paren typo.
This commit is contained in:
parent
19503d5abf
commit
e17b97778d
2 changed files with 5 additions and 1 deletions
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue