diff options
| author | Mikael Magnusson <mikachu@gmail.com> | 2011-05-19 16:10:46 +0000 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@gmail.com> | 2011-05-19 16:10:46 +0000 |
| commit | 72cb7cfc6fff21d3fb9b3f1aa384ce4b17a4e8c0 (patch) | |
| tree | fa19b458c49f52f11046ebc09ae0cd5f4483ea96 /Functions/Misc | |
| parent | 29315: add a missing backslash. (diff) | |
| download | zsh-72cb7cfc6fff21d3fb9b3f1aa384ce4b17a4e8c0.tar zsh-72cb7cfc6fff21d3fb9b3f1aa384ce4b17a4e8c0.tar.gz zsh-72cb7cfc6fff21d3fb9b3f1aa384ce4b17a4e8c0.tar.bz2 zsh-72cb7cfc6fff21d3fb9b3f1aa384ce4b17a4e8c0.tar.lz zsh-72cb7cfc6fff21d3fb9b3f1aa384ce4b17a4e8c0.tar.xz zsh-72cb7cfc6fff21d3fb9b3f1aa384ce4b17a4e8c0.tar.zst zsh-72cb7cfc6fff21d3fb9b3f1aa384ce4b17a4e8c0.zip | |
29307, 29308 + replies: Fix some doubled words in docs and comments.
Diffstat (limited to 'Functions/Misc')
| -rw-r--r-- | Functions/Misc/sticky-note | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Functions/Misc/sticky-note b/Functions/Misc/sticky-note index cfe9ea684..efe5ec1eb 100644 --- a/Functions/Misc/sticky-note +++ b/Functions/Misc/sticky-note @@ -19,7 +19,7 @@ # # Otherwise, invoke the line editor with the previous notes available # as an editor history. Two quick taps on the return/enter key finish -# the note, or you can use use ^X^W as usual (ZZ in vicmd mode). +# the note, or you can use ^X^W as usual (ZZ in vicmd mode). # The application is configured by three zstyles, all using the context # ":sticky-note". The first two styles are "notefile" and "maxnotes" |
