diff options
author | Alan Pearce | 2013-05-15 15:30:37 +0100 |
---|---|---|
committer | Alan Pearce | 2013-05-15 15:30:37 +0100 |
commit | 65833544cb900b40e3603926b0e8c76b9fe0b952 (patch) | |
tree | 8043e686c917fe34f834c382d574f7f994619435 /emacs/init.el | |
parent | 4e7864b913987677974880ca8d29ea370f60b58f (diff) | |
download | nixfiles-65833544cb900b40e3603926b0e8c76b9fe0b952.tar.lz nixfiles-65833544cb900b40e3603926b0e8c76b9fe0b952.tar.zst nixfiles-65833544cb900b40e3603926b0e8c76b9fe0b952.zip |
Emacs: fix typo in docstring
Diffstat (limited to 'emacs/init.el')
-rw-r--r-- | emacs/init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/init.el b/emacs/init.el index ddb388e8..8e07f5a3 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -30,7 +30,7 @@ ((string-prefix-p "sheldon" system-name) 'laptop))) (defvar env/location (env/get-location) - "The type of location the system is located + "The type of location the system is located in Values: `work', `home'") (defvar env/system-type (env/get-system-type) |