Text-fitting fixes for printed Emacs manual on 7x9 paper.
[bpt/emacs.git] / doc / emacs / programs.texi
index cfe32ea..c2364fb 100644 (file)
@@ -609,7 +609,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