aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/cedet/mode-local.el2
1 files changed, 1 insertions, 1 deletions
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
381bindings are restored, even in case of an abnormal exit. 381bindings are restored, even in case of an abnormal exit.
382Value is what BODY returns. 382Value is what BODY returns.
383This is like `with-mode-local-symbol', except that MODE is quoted 383This is like `with-mode-local-symbol', except that MODE is quoted
384and is note evaluated." 384and is not evaluated."
385 `(with-mode-local-symbol ',mode ,@body)) 385 `(with-mode-local-symbol ',mode ,@body))
386(put 'with-mode-local 'lisp-indent-function 1) 386(put 'with-mode-local 'lisp-indent-function 1)
387 387