emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/man/programs.texi


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/man/programs.texi
Date: Wed, 04 Jun 2003 05:30:10 -0400

Index: emacs/man/programs.texi
diff -c emacs/man/programs.texi:1.75 emacs/man/programs.texi:1.76
*** emacs/man/programs.texi:1.75        Tue Feb  4 09:53:28 2003
--- emacs/man/programs.texi     Wed Jun  4 05:30:10 2003
***************
*** 677,684 ****
  Move backward over a balanced expression(@code{backward-sexp}).
  @item C-M-k
  Kill balanced expression forward (@code{kill-sexp}).
- @item address@hidden
- Kill balanced expression backward (@code{backward-kill-sexp}).
  @item C-M-t
  Transpose expressions (@code{transpose-sexps}).
  @item C-M-@@
--- 677,682 ----
***************
*** 725,741 ****
  @cindex killing expressions
  @kindex C-M-k
  @findex kill-sexp
- @kindex C-M-DEL
- @findex backward-kill-sexp
    Killing a whole balanced expression can be done with @kbd{C-M-k}
! (@code{kill-sexp}) or @address@hidden (@code{backward-kill-sexp}).
! @kbd{C-M-k} kills the characters that @kbd{C-M-f} would move over, and
! @address@hidden kills the characters that @kbd{C-M-b} would move
! over.  On some machines, @address@hidden typed on the console is a
! command to reboot; when that is so, you cannot use it as an Emacs
! command.  This conflict is rare, though: usually the @key{DEL} key for
! Emacs is really @key{BACKSPACE}, and the reboot command is
! @address@hidden, so there is no conflict.
  
  @cindex transposition of expressions
  @kindex C-M-t
--- 723,731 ----
  @cindex killing expressions
  @kindex C-M-k
  @findex kill-sexp
    Killing a whole balanced expression can be done with @kbd{C-M-k}
! (@code{kill-sexp}).  @kbd{C-M-k} kills the characters that @kbd{C-M-f}
! would move over.
  
  @cindex transposition of expressions
  @kindex C-M-t




reply via email to

[Prev in Thread] Current Thread [Next in Thread]