aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorGlenn Morris2009-11-03 03:29:19 +0000
committerGlenn Morris2009-11-03 03:29:19 +0000
commit8b68d2df05c834c43344f69869e55d466ea42502 (patch)
tree31bbf22bd99bb9286a2ce379a5e32f962862efa4 /lisp
parentdf8fff6c8af1159934fd41d2bae22257c03a0f97 (diff)
downloademacs-8b68d2df05c834c43344f69869e55d466ea42502.tar.gz
emacs-8b68d2df05c834c43344f69869e55d466ea42502.zip
(with-mode-local): Another doc fix.
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