Mercurial > emacs
changeset 111599:d6320bd900cd
* doc/lispref/text.texi (Kill Functions, Low-Level Kill Ring): Small fixes.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Wed, 10 Nov 2010 00:42:42 -0800 |
parents | 66622c9fb890 |
children | 25dd62824694 |
files | doc/lispref/ChangeLog doc/lispref/text.texi |
diffstat | 2 files changed, 11 insertions(+), 9 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/lispref/ChangeLog Wed Nov 10 17:35:27 2010 +0900 +++ b/doc/lispref/ChangeLog Wed Nov 10 00:42:42 2010 -0800 @@ -1,3 +1,7 @@ +2010-11-10 Glenn Morris <rgm@gnu.org> + + * text.texi (Kill Functions, Low-Level Kill Ring): Small fixes. + 2010-10-27 Glenn Morris <rgm@gnu.org> * maps.texi (Standard Keymaps): Update File menu description.
--- a/doc/lispref/text.texi Wed Nov 10 17:35:27 2010 +0900 +++ b/doc/lispref/text.texi Wed Nov 10 00:42:42 2010 -0800 @@ -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 -@code{kill-new} or @code{kill-append} instead. @xref{Low-Level Kill -Ring}. +@c FIXME Why is it better? Why isn't copy-region-as-kill obsolete then? +@c Why is it used in many places in Emacs? +In Lisp programs, it is better to use @code{kill-new} or +@code{kill-append} 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 -@ignore - arch-tag: 3721e738-a1cb-4085-bc1a-6cb8d8e1d32b -@end ignore +