Fix typo in docstring
* lisp/help.el: Fix typo.
This commit is contained in:
parent
057d27760a
commit
2b18ecec5e
1 changed files with 1 additions and 1 deletions
|
@ -1419,7 +1419,7 @@ ARGLIST can also be t or a string of the form \"(FUN ARG1 ARG2 ...)\"."
|
|||
|
||||
(defun help-function-arglist (def &optional preserve-names)
|
||||
"Return a formal argument list for the function DEF.
|
||||
IF PRESERVE-NAMES is non-nil, return a formal arglist that uses
|
||||
If PRESERVE-NAMES is non-nil, return a formal arglist that uses
|
||||
the same names as used in the original source code, when possible."
|
||||
;; Handle symbols aliased to other symbols.
|
||||
(if (and (symbolp def) (fboundp def)) (setq def (indirect-function def)))
|
||||
|
|
Loading…
Add table
Reference in a new issue