mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-07 16:10:46 -08:00
; * lisp/custom.el (custom-initialize-after-file-load): Fix docs.
This commit is contained in:
parent
8ad494fc76
commit
68e07ef8b2
1 changed files with 2 additions and 2 deletions
|
|
@ -162,8 +162,8 @@ the :set function."
|
|||
|
||||
(defun custom-initialize-after-file-load (symbol value)
|
||||
"Delay initialization to after the current file is loaded.
|
||||
This is handy when the initialization needs functions defined after the variable,
|
||||
such as for global minor modes."
|
||||
This is handy when the initialization needs functions defined after the
|
||||
variable, such as for global minor modes."
|
||||
;; Defvar it so as to mark it special, etc (bug#25770).
|
||||
(internal--define-uninitialized-variable symbol)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue