summaryrefslogtreecommitdiff
path: root/doc/emacs/programs.texi
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2011-05-16 19:26:56 -0700
committerGlenn Morris <rgm@gnu.org>2011-05-16 19:26:56 -0700
commitc71a0d48f3c880248a7f7f25e92ddbcbad5ef0e7 (patch)
tree95faf008ad25b86853394e20af6a5b129d5b2a97 /doc/emacs/programs.texi
parente5946384189a9c0cc818687a497978182914f395 (diff)
parent165fd2df8cc5cfc292d8f2b81c7ff259bf7b9561 (diff)
downloademacs-c71a0d48f3c880248a7f7f25e92ddbcbad5ef0e7.tar.gz
Merge from emacs-23; up to 2010-06-11T14:39:54Z!cyd@stupidchicken.com.
Diffstat (limited to 'doc/emacs/programs.texi')
-rw-r--r--doc/emacs/programs.texi4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/emacs/programs.texi b/doc/emacs/programs.texi
index 5b7322f214b..803f6b6ce49 100644
--- a/doc/emacs/programs.texi
+++ b/doc/emacs/programs.texi
@@ -608,7 +608,9 @@ example,
@example
(setq c-default-style
- '((java-mode . "java") (awk-mode . "awk") (other . "gnu")))
+ '((java-mode . "java")
+ (awk-mode . "awk")
+ (other . "gnu")))
@end example
@noindent