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
2de47765
Commit
2de47765
authored
Mar 31, 2000
by
Dave Love
Browse files
(help-manyarg-func-alist): Correct several omissions.
parent
72838819
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
1 deletion
+12
-1
lisp/ChangeLog
lisp/ChangeLog
+2
-0
lisp/help.el
lisp/help.el
+10
-1
No files found.
lisp/ChangeLog
View file @
2de47765
2000-03-31 Dave Love <fx@gnu.org>
* help.el (help-manyarg-func-alist): Correct several omissions.
* add-log.el: Don't require cl, fortran.
(add-log-current-defun-function): Doc fix.
(change-log-version-number-regexp-list): Remove SCCS part. Doc
...
...
lisp/help.el
View file @
2de47765
...
...
@@ -1375,6 +1375,11 @@ out of view."
(
format
.
"(format STRING &rest OBJECTS)"
)
(
apply
.
"(apply FUNCTION &rest ARGUMENTS)"
)
(
run-hooks
.
"(run-hooks &rest HOOKS)"
)
(
run-hook-with-args
.
"(run-hook-with-args HOOK &rest ARGS)"
)
(
run-hook-with-args-until-failure
.
"(run-hook-with-args-until-failure HOOK &rest ARGS)"
)
(
run-hook-with-args-until-success
.
"(run-hook-with-args-until-success HOOK &rest ARGS)"
)
(
funcall
.
"(funcall FUNCTION &rest ARGUMENTS)"
)
(
append
.
"(append &rest SEQUENCES)"
)
(
concat
.
"(concat &rest SEQUENCES)"
)
...
...
@@ -1409,6 +1414,10 @@ out of view."
(
unwind-protect
.
"(unwind-protect BODYFORM UNWINDFORMS...)"
)
(
condition-case
.
"(condition-case VAR BODYFORM HANDLERS...)"
)
(
track-mouse
.
"(track-mouse BOFY ...)"
)
(
ml-if
.
"(ml-if COND THEN ELSE...)"
))))
(
ml-if
.
"(ml-if COND THEN ELSE...)"
)
(
ml-provide-prefix-argument
.
"(ml-provide-prefix-argument ARG1 ARG2)"
)
(
with-output-to-temp-buffer
.
"(with-output-to-temp-buffer BUFFNAME BODY ...)"
)
(
save-window-excursion
.
"(save-window-excursion BODY ...)"
))))
;;; help.el ends here
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