emacs-diffs
[Top][All Lists]
Advanced

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

master 1b83228: Correct small misprint in defcustom's docstring


From: Filipp Gunbin
Subject: master 1b83228: Correct small misprint in defcustom's docstring
Date: Mon, 25 Nov 2019 13:13:27 -0500 (EST)

branch: master
commit 1b83228cc76294a424b4e01a52c595ddc65ee7d2
Author: Filipp Gunbin <address@hidden>
Commit: Filipp Gunbin <address@hidden>

    Correct small misprint in defcustom's docstring
    
    * lisp/custom.el (defcustom): Correct misprint in docstring.
---
 lisp/custom.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/custom.el b/lisp/custom.el
index 2e42ea7..26bdaae 100644
--- a/lisp/custom.el
+++ b/lisp/custom.el
@@ -339,7 +339,7 @@ _outside_ any bindings for these variables.  (`defvar' and
 This macro calls `custom-declare-variable'.  If you want to
 programmatically alter a customizable variable (for instance, to
 write a package that extends the syntax of a variable), you can
-call that functcion directly.
+call that function directly.
 
 See Info node `(elisp) Customization' in the Emacs Lisp manual
 for more information."



reply via email to

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