aboutsummaryrefslogtreecommitdiffstats
path: root/man/programs.texi
diff options
context:
space:
mode:
authorKarl Berry2006-07-03 18:17:21 +0000
committerKarl Berry2006-07-03 18:17:21 +0000
commit444246ca3894cda71f5ce221bd6d7f2b0ae22b02 (patch)
treecec3b7b511ad969a942cb4ccf57858945a01f397 /man/programs.texi
parent33cd9ed842f61a8769458b6f1aba6193f9efc52e (diff)
downloademacs-444246ca3894cda71f5ce221bd6d7f2b0ae22b02.tar.gz
emacs-444246ca3894cda71f5ce221bd6d7f2b0ae22b02.zip
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
1623@kbd{C-j}. We use @code{c-initialization-hook} here to make sure 1623@kbd{C-j}. We use @code{c-initialization-hook} here to make sure
1624the keymap is loaded before we try to change it. 1624the keymap is loaded before we try to change it.
1625 1625
1626@example 1626@smallexample
1627(defun my-bind-clb () 1627(defun my-bind-clb ()
1628 (define-key c-mode-base-map "\C-j" 'c-context-line-break)) 1628 (define-key c-mode-base-map "\C-j" 'c-context-line-break))
1629(add-hook 'c-initialization-hook 'my-bind-clb) 1629(add-hook 'c-initialization-hook 'my-bind-clb)
1630@end example 1630@end smallexample
1631 1631
1632@item C-M-h 1632@item C-M-h
1633Put mark at the end of a function definition, and put point at the 1633Put mark at the end of a function definition, and put point at the