Correct small misprint in defcustom's docstring
* lisp/custom.el (defcustom): Correct misprint in docstring.
This commit is contained in:
parent
19aecd340b
commit
1b83228cc7
1 changed files with 1 additions and 1 deletions
|
@ -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."
|
||||
|
|
Loading…
Add table
Reference in a new issue