1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-24 14:30:43 -08:00
emacs/doc
Eli Zaretskii db5dce9dd1 Implement bidi-sensitive word movement with arrow keys.
lisp/subr.el (right-arrow-command, left-arrow-command): Move to bindings.el.
 lisp/bindings.el (right-char, left-char): Move from subr.el and
 rename from right-arrow-command and left-arrow-command.
 (right-word, left-word): New functions.
 (global-map) <right>: Bind to right-char.
 (global-map) <left>: Bind to left-char.
 (global-map) <C-right>: Bind to right-word.
 (global-map) <C-left>: Bind to left-word.

 doc/emacs/basic.texi (Moving Point): Update due to renaming of commands bound
 to arrows.  Document bidi-aware behavior of C-<right> and C-<left>.
2010-05-29 18:19:13 +03:00
..
emacs Implement bidi-sensitive word movement with arrow keys. 2010-05-29 18:19:13 +03:00
lispintro Fix typos and whitespace in ChangeLogs. 2010-05-11 04:04:13 +02:00
lispref Add ChangeLog change missing in last checkin. 2010-05-22 13:16:35 -04:00
man Merge from emacs-23 2010-05-08 14:47:07 -04:00
misc * eshell.texi (Built-ins): Describe, how to disable a built-in command 2010-05-26 12:13:45 +02:00