diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-12-11 21:32:49 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-12-11 21:32:49 -0800 |
commit | 333f9019e29e9b6de3a7ec07448be1d364ba540b (patch) | |
tree | fd19625604abbd2784e9c9de92c613ff965ea11d /lisp/emulation | |
parent | 11636b221d2897aed5ca9a762d7b61afd20b6168 (diff) | |
download | emacs-333f9019e29e9b6de3a7ec07448be1d364ba540b.tar.gz emacs-333f9019e29e9b6de3a7ec07448be1d364ba540b.tar.bz2 emacs-333f9019e29e9b6de3a7ec07448be1d364ba540b.zip |
Spelling fixes.
Diffstat (limited to 'lisp/emulation')
-rw-r--r-- | lisp/emulation/cua-base.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emulation/cua-base.el b/lisp/emulation/cua-base.el index a68c4dfdf69..b17fa6b1471 100644 --- a/lisp/emulation/cua-base.el +++ b/lisp/emulation/cua-base.el @@ -368,7 +368,7 @@ interpreted as a register number." (defcustom cua-check-pending-input t "If non-nil, don't override prefix key if input pending. -It is rumoured that `input-pending-p' is unreliable under some window +It is rumored that `input-pending-p' is unreliable under some window managers, so try setting this to nil, if prefix override doesn't work." :type 'boolean :group 'cua) |