aboutsummaryrefslogtreecommitdiffstats
path: root/man/programs.texi
diff options
context:
space:
mode:
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