diff options
| author | Eli Zaretskii | 2018-10-27 11:40:33 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2018-10-27 11:40:33 +0300 |
| commit | 53ae90f4930f20f1dbe7e1e64ed585a45e9c169c (patch) | |
| tree | 6442155549cce82e34de2639181a2be5711ab09d | |
| parent | fc2e65ae82d70bb343a7f8b3165f238c13c4e587 (diff) | |
| download | emacs-53ae90f4930f20f1dbe7e1e64ed585a45e9c169c.tar.gz emacs-53ae90f4930f20f1dbe7e1e64ed585a45e9c169c.zip | |
Minor copyedits in cmdargs.texi
* doc/emacs/cmdargs.texi (Initial Options): Document '-nsl'.
Add a cross-reference to "Writing Dynamic Modules".
| -rw-r--r-- | doc/emacs/cmdargs.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/emacs/cmdargs.texi b/doc/emacs/cmdargs.texi index f0dd9fffa8c..2e2767ccada 100644 --- a/doc/emacs/cmdargs.texi +++ b/doc/emacs/cmdargs.texi | |||
| @@ -305,6 +305,8 @@ not disable loading @file{site-start.el}. | |||
| 305 | 305 | ||
| 306 | @item --no-site-file | 306 | @item --no-site-file |
| 307 | @opindex --no-site-file | 307 | @opindex --no-site-file |
| 308 | @itemx -nsl | ||
| 309 | @opindex -nsl | ||
| 308 | @cindex @file{site-start.el} file, not loading | 310 | @cindex @file{site-start.el} file, not loading |
| 309 | Do not load @file{site-start.el} (@pxref{Init File}). The @samp{-Q} | 311 | Do not load @file{site-start.el} (@pxref{Init File}). The @samp{-Q} |
| 310 | option does this too, but other options like @samp{-q} do not. | 312 | option does this too, but other options like @samp{-q} do not. |
| @@ -379,6 +381,8 @@ Enable expensive correctness checks when dealing with dynamically | |||
| 379 | loadable modules. This is intended for module authors that wish to | 381 | loadable modules. This is intended for module authors that wish to |
| 380 | verify that their module conforms to the module API requirements. The | 382 | verify that their module conforms to the module API requirements. The |
| 381 | option makes Emacs abort if a module-related assertion triggers. | 383 | option makes Emacs abort if a module-related assertion triggers. |
| 384 | @xref{Writing Dynamic Modules,, Writing Dynamically-Loaded Modules, | ||
| 385 | elisp, The GNU Emacs Lisp Reference Manual}. | ||
| 382 | @end table | 386 | @end table |
| 383 | 387 | ||
| 384 | @node Command Example | 388 | @node Command Example |