diff lispref/debugging.texi @ 34179:82306439b33d

Don't quote lambdas.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 04 Dec 2000 16:15:18 +0000
parents 5cfe77eaff45
children 3fda6d6f3078
line wrap: on
line diff
--- a/lispref/debugging.texi	Mon Dec 04 16:14:34 2000 +0000
+++ b/lispref/debugging.texi	Mon Dec 04 16:15:18 2000 +0000
@@ -153,7 +153,7 @@
 
 @example
 (add-hook 'after-init-hook
-          '(lambda () (setq debug-on-error t)))
+          (lambda () (setq debug-on-error t)))
 @end example
 
 @node Infinite Loops