From: Wilfred Hughes Date: Sun, 2 Apr 2017 18:29:14 +0000 (+0100) Subject: Fix typo in docstring X-Git-Tag: emacs-26.0.90~522^2~1 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2b18ecec5e662ac551963b532c43271a6c6434d4;p=emacs.git Fix typo in docstring * lisp/help.el: Fix typo. --- diff --git a/lisp/help.el b/lisp/help.el index d3aaa1e251d..26be3b0e07f 100644 --- a/lisp/help.el +++ b/lisp/help.el @@ -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)))