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. This module has no dedicated maintainers.
** Module Flags ** 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 or pbcopy, have Emacs emit OSC-52 escape codes instead, allowing Emacs to
communicate to your clipboard through your terminal. This allows for clipboard 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 communication over SSH connections or tmux. However, this requires [[https://github.com/spudlyo/clipetty#terminals-that-support-osc-clipboard-operations][a supported