diff options
| author | shuangcui <fliter@qq.com> | 2024-03-15 00:07:39 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-14 23:07:39 +0700 |
| commit | c8ba08581dff43c18c1b0d9e7312ca32e6d97124 (patch) | |
| tree | d51b8ca229e0bb1c67a0dcb9e8638e0e4b82adc9 /plugins/emacs/emacs.plugin.zsh | |
| parent | 6780b19329501b66bc87274928f0a65cc7e5f473 (diff) | |
| download | zsh-c8ba08581dff43c18c1b0d9e7312ca32e6d97124.tar.gz zsh-c8ba08581dff43c18c1b0d9e7312ca32e6d97124.tar.bz2 zsh-c8ba08581dff43c18c1b0d9e7312ca32e6d97124.zip | |
docs: fix typos (#12284)
Diffstat (limited to 'plugins/emacs/emacs.plugin.zsh')
| -rw-r--r-- | plugins/emacs/emacs.plugin.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/emacs/emacs.plugin.zsh b/plugins/emacs/emacs.plugin.zsh index 4747f035b..5aa621803 100644 --- a/plugins/emacs/emacs.plugin.zsh +++ b/plugins/emacs/emacs.plugin.zsh @@ -60,7 +60,7 @@ function efile { } # Write to standard output the directory of the file -# opened in the the current buffer +# opened in the current buffer function ecd { local file file="$(efile)" || return $? |
