From 7c583f601213306c4617eb4c451de714909ada68 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Mon, 9 Jun 2014 21:28:58 -0400 Subject: Fix docstring typo --- lisp/init-external.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp') diff --git a/lisp/init-external.el b/lisp/init-external.el index 357ec9c..bfdd5b3 100644 --- a/lisp/init-external.el +++ b/lisp/init-external.el @@ -21,7 +21,7 @@ other window when an asynchronous command is run." "Open an ansi-term buffer running ZSH. The buffer is named according to `default-directory'. If a buffer of the same name already exists, switch to it unless NEW-BUFFER -is non-nil, switch to the buffer." +is non-nil." (interactive "P") (let ((name (concat "zsh:" (abbreviate-file-name default-directory)))) (-if-let (buffer-name (and (not new-buffer) -- cgit v1.2.3