diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-11-25 14:05:07 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-11-25 14:05:07 -0500 |
commit | 17a393694434b274edbf12681b05f1f5ed8c31dc (patch) | |
tree | 35d0d631df63aab57c926e19cc347bf9f568cf79 /public | |
parent | ac109a11976014d876b5ea920c4c7ba8034683fa (diff) |
emacs-as-an-os: fix typo
Diffstat (limited to 'public')
-rw-r--r-- | public/emacs-as-an-os.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/emacs-as-an-os.md b/public/emacs-as-an-os.md index b3db3d1..ed6396c 100644 --- a/public/emacs-as-an-os.md +++ b/public/emacs-as-an-os.md @@ -30,7 +30,7 @@ reasonably powerful IPC mechanisms. It has shells, mail clients (MUAs and MSAs), web browsers, web servers and more, all written entirely in Emacs Lisp. -My might say "but a lot of that is being done by the host operating +You might say, "but a lot of that is being done by the host operating system!" Sure, some of it is, but all of it is sufficiently low level. If you wanted to share the filesystem with another OS running in a VM, you might do it by sharing it as a network filesystem; this |