]> code.delx.au - gnu-emacs/blobdiff - src/eval.c
Spelling fixes.
[gnu-emacs] / src / eval.c
index 32b9d366fc3b8621100ac15a2ce13bbd5d7ee7d5..9b9beabc7c1a2e48e436eb90ced5688802fe3d3d 100644 (file)
@@ -3733,7 +3733,7 @@ When lexical binding is not being used, this variable is nil.
 A value of `(t)' indicates an empty environment, otherwise it is an
 alist of active lexical bindings.  */);
   Vinternal_interpreter_environment = Qnil;
-  /* Don't export this variable to Elisp, so noone can mess with it
+  /* Don't export this variable to Elisp, so no one can mess with it
      (Just imagine if someone makes it buffer-local).  */
   Funintern (Qinternal_interpreter_environment, Qnil);