emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/emacs-23 r100194: * doc/lispref/text.texi (


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-23 r100194: * doc/lispref/text.texi (Kill Functions, Low-Level Kill Ring): Small fixes.
Date: Wed, 10 Nov 2010 00:42:42 -0800
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100194
committer: Glenn Morris <address@hidden>
branch nick: emacs-23
timestamp: Wed 2010-11-10 00:42:42 -0800
message:
  * doc/lispref/text.texi (Kill Functions, Low-Level Kill Ring): Small fixes.
modified:
  doc/lispref/ChangeLog
  doc/lispref/text.texi
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2010-10-27 04:06:52 +0000
+++ b/doc/lispref/ChangeLog     2010-11-10 08:42:42 +0000
@@ -1,3 +1,7 @@
+2010-11-10  Glenn Morris  <address@hidden>
+
+       * text.texi (Kill Functions, Low-Level Kill Ring): Small fixes.
+
 2010-10-27  Glenn Morris  <address@hidden>
 
        * maps.texi (Standard Keymaps): Update File menu description.

=== modified file 'doc/lispref/text.texi'
--- a/doc/lispref/text.texi     2010-07-21 18:05:31 +0000
+++ b/doc/lispref/text.texi     2010-11-10 08:42:42 +0000
@@ -900,10 +900,10 @@
 The command does not set @code{this-command} to @code{kill-region}, so a
 subsequent kill command does not append to the same kill ring entry.
 
-Don't call @code{copy-region-as-kill} in Lisp programs unless you aim to
-support Emacs 18.  For newer Emacs versions, it is better to use
address@hidden or @code{kill-append} instead.  @xref{Low-Level Kill
-Ring}.
address@hidden FIXME Why is it better?  Why isn't copy-region-as-kill obsolete 
then?
address@hidden Why is it used in many places in Emacs?
+In Lisp programs, it is better to use @code{kill-new} or
address@hidden instead of this command.  @xref{Low-Level Kill Ring}.
 @end deffn
 
 @node Yanking
@@ -1041,8 +1041,8 @@
 @subsection Low-Level Kill Ring
 
   These functions and variables provide access to the kill ring at a
-lower level, but still convenient for use in Lisp programs, because they
-take care of interaction with window system selections
+lower level, but are still convenient for use in Lisp programs,
+because they take care of interaction with window system selections
 (@pxref{Window System Selections}).
 
 @defun current-kill n &optional do-not-move
@@ -4279,6 +4279,4 @@
 @code{inhibit-modification-hooks} to @code{nil}.
 @end defvar
 
address@hidden
-   arch-tag: 3721e738-a1cb-4085-bc1a-6cb8d8e1d32b
address@hidden ignore
+


reply via email to

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