summaryrefslogtreecommitdiff
path: root/man/programs.texi
diff options
context:
space:
mode:
authorKarl Berry <karl@gnu.org>2006-07-03 18:17:21 +0000
committerKarl Berry <karl@gnu.org>2006-07-03 18:17:21 +0000
commit739575a2434ba26d8ebff897c9cecc563df57080 (patch)
tree774a68493fa59b8e6bfbcde56cfb038f723eaec9 /man/programs.texi
parentfe1c1894862062b4ced065e46ab58088b836a069 (diff)
downloademacs-739575a2434ba26d8ebff897c9cecc563df57080.tar.gz
fix overfull/underfull boxes
Diffstat (limited to 'man/programs.texi')
-rw-r--r--man/programs.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/programs.texi b/man/programs.texi
index f4ede8e5e2f..139aa047424 100644
--- a/man/programs.texi
+++ b/man/programs.texi
@@ -1623,11 +1623,11 @@ needs a binding to be useful. The following code will bind it to
@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