summaryrefslogtreecommitdiff
path: root/lisp/help.el
diff options
context:
space:
mode:
authorWilfred Hughes <me@wilfred.me.uk>2017-04-02 19:29:14 +0100
committerWilfred Hughes <me@wilfred.me.uk>2017-04-02 19:29:14 +0100
commit2b18ecec5e662ac551963b532c43271a6c6434d4 (patch)
treea1bf6f1599c557978930639ae39c7bafb1b9d811 /lisp/help.el
parent057d27760a7a186a1851630349e09e6c3c1ff26c (diff)
downloademacs-2b18ecec5e662ac551963b532c43271a6c6434d4.tar.gz
Fix typo in docstring
* lisp/help.el: Fix typo.
Diffstat (limited to 'lisp/help.el')
-rw-r--r--lisp/help.el2
1 files changed, 1 insertions, 1 deletions
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)))