summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorPhilipp Stephani <phst@google.com>2016-10-18 21:16:55 +0200
committerPhilipp Stephani <phst@google.com>2016-10-18 21:16:55 +0200
commit2ce01c494dd013a47f3b98860538cba4a1ef6a2c (patch)
tree64ebe82e9da754940fd97cf6247d89f898787612 /lisp
parent704fd2a7ae5087f4108cc7a821f856fcdac99eb4 (diff)
downloademacs-2ce01c494dd013a47f3b98860538cba4a1ef6a2c.tar.gz
emacs-2ce01c494dd013a47f3b98860538cba4a1ef6a2c.tar.bz2
emacs-2ce01c494dd013a47f3b98860538cba4a1ef6a2c.zip
; Fix embarassing typo
Diffstat (limited to 'lisp')
-rw-r--r--lisp/term/xterm.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/term/xterm.el b/lisp/term/xterm.el
index 78646e421c3..ea31ee8a470 100644
--- a/lisp/term/xterm.el
+++ b/lisp/term/xterm.el
@@ -766,7 +766,7 @@ We run the first FUNCTION whose STRING matches the input events."
(make-composed-keymap map (keymap-parent basemap))))
(define-minor-mode xterm-inhibit-bracketed-paste-mode
- "Toggle whether XTerm bracketed paste should be allowed in this bugger.
+ "Toggle whether XTerm bracketed paste should be allowed in this buffer.
With a prefix argument ARG, forbid bracketed paste if ARG is
positive, and allow it otherwise. If called from Lisp, forbid
bracketed paste if ARG is omitted or nil, and toggle the state of