summary refs log tree commit diff stats
path: root/emacs
diff options
context:
space:
mode:
authorAlan Pearce2013-05-15 15:30:37 +0100
committerAlan Pearce2013-05-15 15:30:37 +0100
commit65833544cb900b40e3603926b0e8c76b9fe0b952 (patch)
tree8043e686c917fe34f834c382d574f7f994619435 /emacs
parent4e7864b913987677974880ca8d29ea370f60b58f (diff)
downloaddotfiles-65833544cb900b40e3603926b0e8c76b9fe0b952.tar.lz
dotfiles-65833544cb900b40e3603926b0e8c76b9fe0b952.tar.zst
dotfiles-65833544cb900b40e3603926b0e8c76b9fe0b952.zip
Emacs: fix typo in docstring
Diffstat (limited to 'emacs')
-rw-r--r--emacs/init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/init.el b/emacs/init.el
index ddb388e..8e07f5a 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)