]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix a typo in recent documentation changes
authorEli Zaretskii <eliz@gnu.org>
Fri, 28 Jan 2022 07:30:04 +0000 (09:30 +0200)
committerEli Zaretskii <eliz@gnu.org>
Fri, 28 Jan 2022 07:30:04 +0000 (09:30 +0200)
* doc/lispref/os.texi (Startup Summary):
* doc/emacs/cmdargs.texi (Initial Options): Fix a typo.

doc/emacs/cmdargs.texi
doc/lispref/os.texi

index da9947ece39964933755c25c8c4f124548fd2cd0..de1d5e0b2c36b34d7a7a8a3bad0934002696aaf3 100644 (file)
@@ -331,7 +331,7 @@ Do not include the @file{site-lisp} directories in @code{load-path}
 
 @item --init-directory
 @opindex --init-directory
-Specify the directory to use when looking for the Emacs init file.
+Specify the directory to use when looking for the Emacs init files.
 
 @item --no-splash
 @opindex --no-splash
index 25a2b9e2e42dee9a950efae33f071fd4fbabcb2c..9cb9bc75d045759e709fa4edacb986ea0c872a6d 100644 (file)
@@ -365,7 +365,7 @@ Equivalent to @samp{-q --no-site-file --no-splash}.
 @c and --no-site-lisp, but let's not mention that here.
 
 @item --init-directory
-Specify the directory to use when finding the Emacs init file.
+Specify the directory to use when finding the Emacs init files.
 @end table