Mercurial > emacs
changeset 49363:7bf92531d421
Tiny doc fixes.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Tue, 21 Jan 2003 21:10:40 +0000 |
parents | 7284811bfd81 |
children | 25243a7167f4 |
files | lisp/subr.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/subr.el Tue Jan 21 18:29:34 2003 +0000 +++ b/lisp/subr.el Tue Jan 21 21:10:40 2003 +0000 @@ -72,7 +72,7 @@ But documentation strings are usually not useful in nameless functions. INTERACTIVE should be a call to the function `interactive', which see. It may also be omitted. -BODY should be a list of lisp expressions." +BODY should be a list of Lisp expressions." ;; Note that this definition should not use backquotes; subr.el should not ;; depend on backquote.el. (list 'function (cons 'lambda cdr))) @@ -1464,7 +1464,7 @@ Strip text properties from the inserted text according to `yank-excluded-properties'. Otherwise just like (insert STRING). -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, the normal insert behaviour 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 COMMAND).