diff --git a/doc/emacs/emacs.texi b/doc/emacs/emacs.texi index 6aed7bd92a..fd3997462f 100644 --- a/doc/emacs/emacs.texi +++ b/doc/emacs/emacs.texi @@ -319,7 +319,7 @@ Top * Cut and Paste:: Clipboard and selections on graphical displays. * Accumulating Text:: Other methods to add text to the buffer. * Rectangles:: Operating on text in rectangular areas. -* CUA Bindings:: Using @kbd{C-x}/@kbd{C-c}/@kbd{C-v} to kill and yank. +* Alternative Bindings:: Using @kbd{C-x}/@kbd{C-c}/@kbd{C-v} to kill and yank. Deletion and Killing diff --git a/doc/emacs/killing.texi b/doc/emacs/killing.texi index bd7dbb6f51..1f5f456f4b 100644 --- a/doc/emacs/killing.texi +++ b/doc/emacs/killing.texi @@ -23,7 +23,7 @@ Killing * Cut and Paste:: Clipboard and selections on graphical displays. * Accumulating Text:: Other methods to add text to the buffer. * Rectangles:: Operating on text in rectangular areas. -* CUA Bindings:: Using @kbd{C-x}/@kbd{C-c}/@kbd{C-v} to kill and yank. +* Alternative Bindings:: Using @kbd{C-x}/@kbd{C-c}/@kbd{C-v} to kill and yank. @end menu @node Deletion and Killing @@ -888,8 +888,8 @@ Rectangles want to modify the dimensions of the region-rectangle before invoking an operation on the marked text. -@node CUA Bindings -@section CUA Bindings +@node Alternative Bindings +@section Alternative Bindings (CUA Mode) @findex cua-mode @vindex cua-mode @cindex CUA key bindings diff --git a/doc/emacs/msdos.texi b/doc/emacs/msdos.texi index 48492ab2f2..d49ebb67b5 100644 --- a/doc/emacs/msdos.texi +++ b/doc/emacs/msdos.texi @@ -545,7 +545,7 @@ Windows Keyboard before Microsoft was founded.) Examples of conflicts include @kbd{C-c}, @kbd{C-x}, @kbd{C-z}, @kbd{C-a}, and @kbd{W-@key{SPC}}. You can redefine some of them with meanings more like the MS-Windows -meanings by enabling CUA Mode (@pxref{CUA Bindings}). Another +meanings by enabling CUA Mode (@pxref{Alternative Bindings}). Another optional feature which will make Emacs behave like other Windows applications is Delete Selection mode (@pxref{Using Region}).