diff options
author | Richard M. Stallman <rms@gnu.org> | 2005-03-06 20:48:59 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2005-03-06 20:48:59 +0000 |
commit | b6e1584652d25b36f98ef21452d5321ddcb6c6d6 (patch) | |
tree | db9e46e9a353bb4e88b2d70a80766945851bccb7 /man/misc.texi | |
parent | 6be7d8dbeb7adc8bb9ab28d0bf5ed3c4570f3ed8 (diff) | |
download | emacs-b6e1584652d25b36f98ef21452d5321ddcb6c6d6.tar.gz |
Finish previous change.
Diffstat (limited to 'man/misc.texi')
-rw-r--r-- | man/misc.texi | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/man/misc.texi b/man/misc.texi index 3bf1eb47770..9dae303fb05 100644 --- a/man/misc.texi +++ b/man/misc.texi @@ -2053,8 +2053,7 @@ buffers or major modes while in EDT emulation. @cindex ``PC'' key bindings The command @kbd{M-x pc-bindings-mode} sets up certain key bindings for ``PC compatibility''---what people are often used to on PCs---as -follows: @kbd{M-Backspace} does undo, @kbd{Home} and @kbd{End} -move to beginning and end of line, and @kbd{C-Escape} does +follows: @kbd{M-Backspace} does undo, and @kbd{C-Escape} does @code{list-buffers}. @item PC Selection mode |