diff man/custom.texi @ 28344:54fda0e8528a

Weed out redundant uses of `function'
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 27 Mar 2000 04:29:55 +0000
parents 1592a7956ed3
children 203ba1f77b7b
line wrap: on
line diff
--- a/man/custom.texi	Mon Mar 27 04:20:08 2000 +0000
+++ b/man/custom.texi	Mon Mar 27 04:29:55 2000 +0000
@@ -734,8 +734,8 @@
 
 @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