diff man/programs.texi @ 71593:4d628cade603

fix overfull/underfull boxes
author Karl Berry <karl@gnu.org>
date Mon, 03 Jul 2006 18:17:21 +0000
parents e41cc24662e3
children 77266daa9ec9
line wrap: on
line diff
--- a/man/programs.texi	Mon Jul 03 16:39:32 2006 +0000
+++ b/man/programs.texi	Mon Jul 03 18:17:21 2006 +0000
@@ -1623,11 +1623,11 @@
 @kbd{C-j}.  We use @code{c-initialization-hook} here to make sure
 the keymap is loaded before we try to change it.
 
-@example
+@smallexample
 (defun my-bind-clb ()
   (define-key c-mode-base-map "\C-j" 'c-context-line-break))
 (add-hook 'c-initialization-hook 'my-bind-clb)
-@end example
+@end smallexample
 
 @item C-M-h
 Put mark at the end of a function definition, and put point at the