all repos — nixfiles @ 65833544cb900b40e3603926b0e8c76b9fe0b952

System and user configuration, managed by nix and home-manager

Emacs: fix typo in docstring
Alan Pearce alan@alanpearce.co.uk
Wed, 15 May 2013 15:30:37 +0100
commit

65833544cb900b40e3603926b0e8c76b9fe0b952

parent

4e7864b913987677974880ca8d29ea370f60b58f

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M emacs/init.elemacs/init.el
@@ -30,7 +30,7 @@ ((string-prefix-p "server"  system-name) 'server)    ((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)