diff options
| author | Filipp Gunbin | 2019-11-25 21:12:46 +0300 |
|---|---|---|
| committer | Filipp Gunbin | 2019-11-25 21:12:46 +0300 |
| commit | 1b83228cc76294a424b4e01a52c595ddc65ee7d2 (patch) | |
| tree | fa640adfba1e65948c4ee92b31ccde141b7a4b6e | |
| parent | 19aecd340b7b3ab54629b790ba70a90130bad63d (diff) | |
| download | emacs-1b83228cc76294a424b4e01a52c595ddc65ee7d2.tar.gz emacs-1b83228cc76294a424b4e01a52c595ddc65ee7d2.zip | |
Correct small misprint in defcustom's docstring
* lisp/custom.el (defcustom): Correct misprint in docstring.
| -rw-r--r-- | lisp/custom.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/custom.el b/lisp/custom.el index 2e42ea73c14..26bdaae2c23 100644 --- a/lisp/custom.el +++ b/lisp/custom.el | |||
| @@ -339,7 +339,7 @@ _outside_ any bindings for these variables. (`defvar' and | |||
| 339 | This macro calls `custom-declare-variable'. If you want to | 339 | This macro calls `custom-declare-variable'. If you want to |
| 340 | programmatically alter a customizable variable (for instance, to | 340 | programmatically alter a customizable variable (for instance, to |
| 341 | write a package that extends the syntax of a variable), you can | 341 | write a package that extends the syntax of a variable), you can |
| 342 | call that functcion directly. | 342 | call that function directly. |
| 343 | 343 | ||
| 344 | See Info node `(elisp) Customization' in the Emacs Lisp manual | 344 | See Info node `(elisp) Customization' in the Emacs Lisp manual |
| 345 | for more information." | 345 | for more information." |