/[emacs]/emacs/lisp/format.el
ViewVC logotype

Diff of /emacs/lisp/format.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.35 by rms, Sat Jan 5 09:06:53 2002 UTC revision 1.36 by rms, Wed Apr 3 15:29:18 2002 UTC
# Line 565  the TRANSLATIONS list: PARAMETER and FUN Line 565  the TRANSLATIONS list: PARAMETER and FUN
565  Annotations listed under the pseudo-property PARAMETER are considered to be  Annotations listed under the pseudo-property PARAMETER are considered to be
566  arguments of the immediately surrounding annotation; the text between the  arguments of the immediately surrounding annotation; the text between the
567  opening and closing parameter annotations is deleted from the buffer but saved  opening and closing parameter annotations is deleted from the buffer but saved
568  as a string.  The surrounding annotation should be listed under the  as a string.
569  pseudo-property FUNCTION.  Instead of inserting a text-property for this  
570  annotation, the function listed in the VALUE slot is called to make whatever  The surrounding annotation should be listed under the pseudo-property
571  changes are appropriate.  The function's first two arguments are the START and  FUNCTION.  Instead of inserting a text-property for this annotation,
572  END locations, and the rest of the arguments are any PARAMETERs found in that  the function listed in the VALUE slot is called to make whatever
573  region.  changes are appropriate.  It can also return a list of the form
574    \(START LOC PROP VALUE) which specifies a property to put on.  The
575    function's first two arguments are the START and END locations, and
576    the rest of the arguments are any PARAMETERs found in that region.
577    
578  Any annotations that are found by NEXT-FN but not defined by TRANSLATIONS  Any annotations that are found by NEXT-FN but not defined by TRANSLATIONS
579  are saved as values of the `unknown' text-property \(which is list-valued).  are saved as values of the `unknown' text-property \(which is list-valued).

Legend:
Removed from v.1.35  
changed lines
  Added in v.1.36

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26