summaryrefslogtreecommitdiff
path: root/lisp/init-external.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/init-external.el')
-rw-r--r--lisp/init-external.el2
1 files changed, 1 insertions, 1 deletions
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)