# HG changeset patch # User Glenn Morris # Date 1257218959 0 # Node ID a120770e3f00bcc85da7e39fbd777b4ff34f2de7 # Parent c214e49d9cc33b415c1cc43b8be7b70527c7776e (with-mode-local): Another doc fix. diff -r c214e49d9cc3 -r a120770e3f00 lisp/cedet/mode-local.el --- a/lisp/cedet/mode-local.el Tue Nov 03 03:22:30 2009 +0000 +++ b/lisp/cedet/mode-local.el Tue Nov 03 03:29:19 2009 +0000 @@ -381,7 +381,7 @@ 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)