Minor copyedits in cmdargs.texi
* doc/emacs/cmdargs.texi (Initial Options): Document '-nsl'. Add a cross-reference to "Writing Dynamic Modules".
This commit is contained in:
parent
fc2e65ae82
commit
53ae90f493
1 changed files with 4 additions and 0 deletions
|
@ -305,6 +305,8 @@ not disable loading @file{site-start.el}.
|
||||||
|
|
||||||
@item --no-site-file
|
@item --no-site-file
|
||||||
@opindex --no-site-file
|
@opindex --no-site-file
|
||||||
|
@itemx -nsl
|
||||||
|
@opindex -nsl
|
||||||
@cindex @file{site-start.el} file, not loading
|
@cindex @file{site-start.el} file, not loading
|
||||||
Do not load @file{site-start.el} (@pxref{Init File}). The @samp{-Q}
|
Do not load @file{site-start.el} (@pxref{Init File}). The @samp{-Q}
|
||||||
option does this too, but other options like @samp{-q} do not.
|
option does this too, but other options like @samp{-q} do not.
|
||||||
|
@ -379,6 +381,8 @@ Enable expensive correctness checks when dealing with dynamically
|
||||||
loadable modules. This is intended for module authors that wish to
|
loadable modules. This is intended for module authors that wish to
|
||||||
verify that their module conforms to the module API requirements. The
|
verify that their module conforms to the module API requirements. The
|
||||||
option makes Emacs abort if a module-related assertion triggers.
|
option makes Emacs abort if a module-related assertion triggers.
|
||||||
|
@xref{Writing Dynamic Modules,, Writing Dynamically-Loaded Modules,
|
||||||
|
elisp, The GNU Emacs Lisp Reference Manual}.
|
||||||
@end table
|
@end table
|
||||||
|
|
||||||
@node Command Example
|
@node Command Example
|
||||||
|
|
Loading…
Add table
Reference in a new issue