]> git.eshelyaron.com Git - emacs.git/commitdiff
Correct small misprint in defcustom's docstring
authorFilipp Gunbin <fgunbin@fastmail.fm>
Mon, 25 Nov 2019 18:12:46 +0000 (21:12 +0300)
committerFilipp Gunbin <fgunbin@fastmail.fm>
Mon, 25 Nov 2019 18:12:46 +0000 (21:12 +0300)
* lisp/custom.el (defcustom): Correct misprint in docstring.

lisp/custom.el

index 2e42ea73c144ec7f899e1cdf62e3cfd98a688be5..26bdaae2c23cb158a313d45aef35b9b001e3dac3 100644 (file)
@@ -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."