Merge pull request #3708 from reedspool/develop+os-tty-doc-fix

Fix typo in new os/tty module readme
This commit is contained in:
Henrik Lissner 2020-08-12 15:25:20 -04:00 committed by GitHub
commit 01da9f68fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@ This module configures Emacs for terminal usage.
This module has no dedicated maintainers.
** Module Flags
+ =+osx= Instead of piping your kill ring through external programs, like xclip
+ =+osc= Instead of piping your kill ring through external programs, like xclip
or pbcopy, have Emacs emit OSC-52 escape codes instead, allowing Emacs to
communicate to your clipboard through your terminal. This allows for clipboard
communication over SSH connections or tmux. However, this requires [[https://github.com/spudlyo/clipetty#terminals-that-support-osc-clipboard-operations][a supported