Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
374d3fe7
Commit
374d3fe7
authored
Jan 21, 2003
by
Kim F. Storm
Browse files
Tiny doc fixes.
parent
b24e2dc7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/subr.el
lisp/subr.el
+2
-2
No files found.
lisp/subr.el
View file @
374d3fe7
...
...
@@ -72,7 +72,7 @@ DOCSTRING is an optional documentation string.
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
l
isp expressions."
BODY should be a list of
L
isp 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 @@ Replaces `category' properties with their defined properties."
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).
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment