CUA mode.

Commit
fa664b8d6b16ff3b8ae2bb3468976b55a7953e1f
Author
Marius Peter <blendoit@gmail.com>
Author date
Committer
Marius Peter <blendoit@gmail.com>
Committer date
smart-documents.org
index 6106d54a..541e813d 100644..100644
@@ -329,6 +329,14 @@
329 329
330 330 * Keyboard shortcuts
331 331
332 Added: What follows are the most useful keybindings, as well as the
333 Added: keybindings to the functions we defined ourselves. It doesn't matter
334 Added: if we haven't defined the functions themselves yet; Emacs will accept
335 Added: a keybinding for any symbol and does not check if the symbol's
336 Added: function definition exists, until the keybinding is pressed.
337 Added:
338 Added: ** CUA mode
339 Added:
332 340 The following bindings strive to further enhance CUA mode.[fn::Common
333 341 User Access. This is a term coined by IBM which has influenced user
334 342 navigation cues on all modern desktop OSes. From IBM's CUA, we get the
@@ -338,11 +346,6 @@
338 346 (cua-mode)
339 347 #+END_SRC
340 348
341 Removed: What follows are the most useful keybindings, as well as the
342 Removed: keybindings to the functions we defined ourselves. It doesn't matter
343 Removed: if we haven't defined the functions themselves yet; Emacs will accept
344 Removed: a keybinding for any symbol and does not check if the symbol's
345 Removed: function definition exists, until the keybinding is pressed.
346 349
347 350 ** Files
348 351