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

Diff of /emacs/lisp/subr.el

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

revision 1.337 by kfstorm, Sun Jan 19 01:07:34 2003 UTC revision 1.338 by kfstorm, Tue Jan 21 21:10:40 2003 UTC
# Line 72  DOCSTRING is an optional documentation s Line 72  DOCSTRING is an optional documentation s
72   But documentation strings are usually not useful in nameless functions.   But documentation strings are usually not useful in nameless functions.
73  INTERACTIVE should be a call to the function `interactive', which see.  INTERACTIVE should be a call to the function `interactive', which see.
74  It may also be omitted.  It may also be omitted.
75  BODY should be a list of lisp expressions."  BODY should be a list of Lisp expressions."
76    ;; Note that this definition should not use backquotes; subr.el should not    ;; Note that this definition should not use backquotes; subr.el should not
77    ;; depend on backquote.el.    ;; depend on backquote.el.
78    (list 'function (cons 'lambda cdr)))    (list 'function (cons 'lambda cdr)))
# Line 1464  Replaces `category' properties with thei Line 1464  Replaces `category' properties with thei
1464  Strip text properties from the inserted text according to  Strip text properties from the inserted text according to
1465  `yank-excluded-properties'.  Otherwise just like (insert STRING).  `yank-excluded-properties'.  Otherwise just like (insert STRING).
1466    
1467  If STRING has a non-nil yank-handler property on the first character,  If STRING has a non-nil `yank-handler' property on the first character,
1468  the normal insert behaviour is modified in various ways.  The value of  the normal insert behaviour is modified in various ways.  The value of
1469  the yank-handler property must be a list with one to five elements  the yank-handler property must be a list with one to five elements
1470  with the following format:  (FUNCTION PARAM NOEXCLUDE UNDO COMMAND).  with the following format:  (FUNCTION PARAM NOEXCLUDE UNDO COMMAND).

Legend:
Removed from v.1.337  
changed lines
  Added in v.1.338

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