diff options
| author | Evgeni Kolev <evgenysw@gmail.com> | 2017-01-30 09:54:12 +0200 |
|---|---|---|
| committer | Evgeni Kolev <evgenysw@gmail.com> | 2017-01-30 09:54:12 +0200 |
| commit | 9dc77a6911d184b92f09df6a6cf08ab2f9fd442d (patch) | |
| tree | 4135f368ecadef81bcd857c66f5cbbefa684b952 /evil-vars.el | |
| parent | 16eb854e18d1ec79b00a0a49c1f60aed710b303b (diff) | |
Fix typo in evil-vars.el
Diffstat (limited to 'evil-vars.el')
| -rw-r--r-- | evil-vars.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/evil-vars.el b/evil-vars.el index 740785c..501cb7e 100644 --- a/evil-vars.el +++ b/evil-vars.el @@ -1175,7 +1175,7 @@ Set to 0 to use the default height for `split-window'." "Show error output of a shell command in the error buffer. If this variable is non-nil the error output of a shell command goes to the messages buffer instead of being mixed with the -regular output. This happens only of the exit status of the +regular output. This happens only if the exit status of the command is non-zero." :type 'boolean :group 'evil) |
