emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 2b18ece: Fix typo in docstring


From: Wilfred Hughes
Subject: [Emacs-diffs] master 2b18ece: Fix typo in docstring
Date: Sun, 2 Apr 2017 14:43:30 -0400 (EDT)

branch: master
commit 2b18ecec5e662ac551963b532c43271a6c6434d4
Author: Wilfred Hughes <address@hidden>
Commit: Wilfred Hughes <address@hidden>

    Fix typo in docstring
    
    * lisp/help.el: Fix typo.
---
 lisp/help.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/help.el b/lisp/help.el
index d3aaa1e..26be3b0 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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]