emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Dave Love
Subject: [Emacs-diffs] Changes to emacs/lisp/format.el
Date: Mon, 20 May 2002 11:16:47 -0400

Index: emacs/lisp/format.el
diff -c emacs/lisp/format.el:1.35 emacs/lisp/format.el:1.36
*** emacs/lisp/format.el:1.35   Sat Jan  5 04:06:53 2002
--- emacs/lisp/format.el        Wed Apr  3 10:29:18 2002
***************
*** 565,576 ****
  Annotations listed under the pseudo-property PARAMETER are considered to be
  arguments of the immediately surrounding annotation; the text between the
  opening and closing parameter annotations is deleted from the buffer but saved
! as a string.  The surrounding annotation should be listed under the
! pseudo-property FUNCTION.  Instead of inserting a text-property for this
! annotation, the function listed in the VALUE slot is called to make whatever
! changes are appropriate.  The function's first two arguments are the START and
! END locations, and the rest of the arguments are any PARAMETERs found in that
! region.
  
  Any annotations that are found by NEXT-FN but not defined by TRANSLATIONS
  are saved as values of the `unknown' text-property \(which is list-valued).
--- 565,579 ----
  Annotations listed under the pseudo-property PARAMETER are considered to be
  arguments of the immediately surrounding annotation; the text between the
  opening and closing parameter annotations is deleted from the buffer but saved
! as a string.
! 
! The surrounding annotation should be listed under the pseudo-property
! FUNCTION.  Instead of inserting a text-property for this annotation,
! the function listed in the VALUE slot is called to make whatever
! changes are appropriate.  It can also return a list of the form
! \(START LOC PROP VALUE) which specifies a property to put on.  The
! function's first two arguments are the START and END locations, and
! the rest of the arguments are any PARAMETERs found in that region.
  
  Any annotations that are found by NEXT-FN but not defined by TRANSLATIONS
  are saved as values of the `unknown' text-property \(which is list-valued).



reply via email to

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