projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19aecd3
)
Correct small misprint in defcustom's docstring
author
Filipp Gunbin
<fgunbin@fastmail.fm>
Mon, 25 Nov 2019 18:12:46 +0000
(21:12 +0300)
committer
Filipp 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
patch
|
blob
|
history
diff --git
a/lisp/custom.el
b/lisp/custom.el
index 2e42ea73c144ec7f899e1cdf62e3cfd98a688be5..26bdaae2c23cb158a313d45aef35b9b001e3dac3 100644
(file)
--- 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 funct
c
ion directly.
+call that function directly.
See Info node `(elisp) Customization' in the Emacs Lisp manual
for more information."