Emacs: fix typo in docstring
Alan Pearce alan@alanpearce.co.uk
Wed, 15 May 2013 15:30:37 +0100
1 files changed, 1 insertions(+), 1 deletions(-)
jump to
M emacs/init.el → emacs/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)