emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/subr.el


From: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/lisp/subr.el
Date: Wed, 17 Aug 2005 10:08:30 -0400

Index: emacs/lisp/subr.el
diff -c emacs/lisp/subr.el:1.473 emacs/lisp/subr.el:1.474
*** emacs/lisp/subr.el:1.473    Tue Aug  9 02:51:22 2005
--- emacs/lisp/subr.el  Wed Aug 17 14:08:30 2005
***************
*** 1597,1603 ****
  
  If STRING has a non-nil `yank-handler' property on the first character,
  the normal insert behavior is modified in various ways.  The value of
! the yank-handler property must be a list with one to five elements
  with the following format:  (FUNCTION PARAM NOEXCLUDE UNDO).
  When FUNCTION is present and non-nil, it is called instead of `insert'
   to insert the string.  FUNCTION takes one argument--the object to insert.
--- 1597,1603 ----
  
  If STRING has a non-nil `yank-handler' property on the first character,
  the normal insert behavior is modified in various ways.  The value of
! the yank-handler property must be a list with one to four elements
  with the following format:  (FUNCTION PARAM NOEXCLUDE UNDO).
  When FUNCTION is present and non-nil, it is called instead of `insert'
   to insert the string.  FUNCTION takes one argument--the object to insert.




reply via email to

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