emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/man/killing.texi [lexbind]
Date: Sat, 04 Sep 2004 05:39:53 -0400

Index: emacs/man/killing.texi
diff -c emacs/man/killing.texi:1.26.8.4 emacs/man/killing.texi:1.26.8.5
*** emacs/man/killing.texi:1.26.8.4     Sat Sep  4 09:24:36 2004
--- emacs/man/killing.texi      Sat Sep  4 09:28:14 2004
***************
*** 1,5 ****
  @c This is part of the Emacs manual.
! @c Copyright (C) 1985,86,87,93,94,95,97,00,2001 Free Software Foundation, Inc.
  @c See file emacs.texi for copying conditions.
  @iftex
  @chapter Killing and Moving Text
--- 1,6 ----
  @c This is part of the Emacs manual.
! @c Copyright (C) 1985,86,87,93,94,95,97,2000,2001,2004
! @c   Free Software Foundation, Inc.
  @c See file emacs.texi for copying conditions.
  @iftex
  @chapter Killing and Moving Text
***************
*** 25,30 ****
--- 26,35 ----
  
  @end iftex
  
+ @ifnottex
+ @raisesections
+ @end ifnottex
+ 
  @node Killing, Yanking, Mark, Top
  @section Deletion and Killing
  
***************
*** 45,55 ****
    You cannot kill read-only text, since such text does not allow any
  kind of modification.  But some users like to use the kill commands to
  copy read-only text into the kill ring, without actually changing it.
! If you set the variable @code{kill-read-only-ok} to a address@hidden
! value, the kill commands work specially in a read-only buffer: they
! move over text, and copy it to the kill ring, without actually
! deleting it from the buffer.  When this happens, a message in the echo
! area tells you what is happening.
  
    The delete commands include @kbd{C-d} (@code{delete-char}) and
  @key{DEL} (@code{delete-backward-char}), which delete only one
--- 50,61 ----
    You cannot kill read-only text, since such text does not allow any
  kind of modification.  But some users like to use the kill commands to
  copy read-only text into the kill ring, without actually changing it.
! Therefore, the kill commands work specially in a read-only buffer:
! they move over text, and copy it to the kill ring, without actually
! deleting it from the buffer.  Normally, Emacs beeps and prints an
! error message when this happens.  But if you set the variable
! @code{kill-read-only-ok} to a address@hidden value, it just prints a
! message in the echo area, telling you what is happening.
  
    The delete commands include @kbd{C-d} (@code{delete-char}) and
  @key{DEL} (@code{delete-backward-char}), which delete only one
***************
*** 646,651 ****
--- 652,661 ----
  @code{string-rectangle}, but inserts the string on each line,
  shifting the original text to the right.
  
+ @ifnottex
+ @lowersections
+ @end ifnottex
+ 
  @ignore
     arch-tag: d8da8f96-0928-449a-816e-ff2d3497866c
  @end ignore




reply via email to

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