| www.delorie.com/gnu/docs/emacs-lisp-intro/emacs-lisp-intro_257.html | search |
![]() Buy the book! | |
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
The kill ring is a list that is transformed into a ring by the
workings of the rotate-yank-pointer function. The yank
and yank-pop commands use the rotate-yank-pointer
function. This appendix describes the rotate-yank-pointer
function as well as both the yank and the yank-pop
commands.
B.1 The rotate-yank-pointerFunctionMove a pointer along a list and around. B.2 yankPaste a copy of a clipped element. B.3 yank-popInsert first element pointed to.
| webmaster donations bookstore | delorie software privacy |
| Copyright © 2003 by The Free Software Foundation | Updated Jun 2003 |