From 8b68d2df05c834c43344f69869e55d466ea42502 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Tue, 3 Nov 2009 03:29:19 +0000 Subject: [PATCH] (with-mode-local): Another doc fix. --- lisp/cedet/mode-local.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/cedet/mode-local.el b/lisp/cedet/mode-local.el index c862faaef63..22b2c20b204 100644 --- a/lisp/cedet/mode-local.el +++ b/lisp/cedet/mode-local.el @@ -381,7 +381,7 @@ The current mode bindings are saved, BODY is evaluated, and the saved bindings are restored, even in case of an abnormal exit. Value is what BODY returns. This is like `with-mode-local-symbol', except that MODE is quoted -and is note evaluated." +and is not evaluated." `(with-mode-local-symbol ',mode ,@body)) (put 'with-mode-local 'lisp-indent-function 1) -- 2.39.5