aboutsummaryrefslogtreecommitdiffstats
path: root/man/custom.texi
diff options
context:
space:
mode:
Diffstat (limited to 'man/custom.texi')
-rw-r--r--man/custom.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/custom.texi b/man/custom.texi
index 90aa679dae..9fd6c363cf 100644
--- a/man/custom.texi
+++ b/man/custom.texi
@@ -734,8 +734,8 @@ lambda expression.
@group
(add-hook 'c-mode-common-hook
- (function (lambda ()
- (c-add-style "my-style" my-c-style t))))
+ (lambda ()
+ (c-add-style "my-style" my-c-style t)))
@end group
@end example