(initial-major-mode): Fix customize type.
This commit is contained in:
parent
1f68db67e0
commit
ce2f921ee5
1 changed files with 1 additions and 1 deletions
|
@ -258,7 +258,7 @@ the user's init file.")
|
|||
|
||||
(defcustom initial-major-mode 'lisp-interaction-mode
|
||||
"Major mode command symbol to use for the initial *scratch* buffer."
|
||||
:type 'command
|
||||
:type 'function
|
||||
:group 'initialization)
|
||||
|
||||
(defcustom init-file-user nil
|
||||
|
|
Loading…
Add table
Reference in a new issue