From: Glenn Morris Date: Tue, 3 Nov 2009 03:29:19 +0000 (+0000) Subject: (with-mode-local): Another doc fix. X-Git-Tag: emacs-pretest-23.1.90~589 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8b68d2df05c834c43344f69869e55d466ea42502;p=emacs.git (with-mode-local): Another doc fix. --- 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)