changeset 105834:a120770e3f00

(with-mode-local): Another doc fix.
author Glenn Morris <rgm@gnu.org>
date Tue, 03 Nov 2009 03:29:19 +0000
parents c214e49d9cc3
children 72831603960b
files lisp/cedet/mode-local.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)