summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2014-06-09 21:28:58 -0400
committerKyle Meyer <kyle@kyleam.com>2014-06-09 21:28:58 -0400
commit7c583f601213306c4617eb4c451de714909ada68 (patch)
tree92d02179d3223e1528dee05f8773dc621d36e45b /lisp
parentf440d4c6ba3145ee260a412ba359d91a8f9132a3 (diff)
downloademacs.d-7c583f601213306c4617eb4c451de714909ada68.tar.gz
Fix docstring typo
Diffstat (limited to 'lisp')
-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)