From 65833544cb900b40e3603926b0e8c76b9fe0b952 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 15 May 2013 15:30:37 +0100 Subject: Emacs: fix typo in docstring --- emacs/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit 1.4.1