]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo in docstring
authorWilfred Hughes <me@wilfred.me.uk>
Sun, 2 Apr 2017 18:29:14 +0000 (19:29 +0100)
committerWilfred Hughes <me@wilfred.me.uk>
Sun, 2 Apr 2017 18:29:14 +0000 (19:29 +0100)
* lisp/help.el: Fix typo.

lisp/help.el

index d3aaa1e251de196668e4abe8fd42832338838303..26be3b0e07fb192421a2630b336875b4c23e1097 100644 (file)
@@ -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)))