diff options
| author | Glenn Morris | 2009-11-03 03:29:19 +0000 |
|---|---|---|
| committer | Glenn Morris | 2009-11-03 03:29:19 +0000 |
| commit | 8b68d2df05c834c43344f69869e55d466ea42502 (patch) | |
| tree | 31bbf22bd99bb9286a2ce379a5e32f962862efa4 /lisp | |
| parent | df8fff6c8af1159934fd41d2bae22257c03a0f97 (diff) | |
| download | emacs-8b68d2df05c834c43344f69869e55d466ea42502.tar.gz emacs-8b68d2df05c834c43344f69869e55d466ea42502.zip | |
(with-mode-local): Another doc fix.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/cedet/mode-local.el | 2 |
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 | |||
| 381 | bindings are restored, even in case of an abnormal exit. | 381 | bindings are restored, even in case of an abnormal exit. |
| 382 | Value is what BODY returns. | 382 | Value is what BODY returns. |
| 383 | This is like `with-mode-local-symbol', except that MODE is quoted | 383 | This is like `with-mode-local-symbol', except that MODE is quoted |
| 384 | and is note evaluated." | 384 | and 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 | ||