]> git.eshelyaron.com Git - emacs.git/commitdiff
(with-mode-local): Another doc fix.
authorGlenn Morris <rgm@gnu.org>
Tue, 3 Nov 2009 03:29:19 +0000 (03:29 +0000)
committerGlenn Morris <rgm@gnu.org>
Tue, 3 Nov 2009 03:29:19 +0000 (03:29 +0000)
lisp/cedet/mode-local.el

index c862faaef631c03931970840367e1d5767ba6245..22b2c20b2048b3ec120187d496b3a4e316b130e7 100644 (file)
@@ -381,7 +381,7 @@ The current mode bindings are saved, BODY is evaluated, and the saved
 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)