diff options
| author | Philip Kaludercic | 2022-11-24 20:08:17 +0100 |
|---|---|---|
| committer | Philip Kaludercic | 2022-11-24 20:08:36 +0100 |
| commit | 697aaeb7b34315b4adbb95dfc39c4ab48a6319eb (patch) | |
| tree | 1e14ac5fe972530dd7ae888cb4544751e633b537 /src | |
| parent | 80b2534605698c231abc970ff4ae6b1b87cee13c (diff) | |
| download | emacs-697aaeb7b34315b4adbb95dfc39c4ab48a6319eb.tar.gz emacs-697aaeb7b34315b4adbb95dfc39c4ab48a6319eb.zip | |
; * src/emacs.c (usage_message): Fix typo
Author:
Diffstat (limited to 'src')
| -rw-r--r-- | src/emacs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emacs.c b/src/emacs.c index cc64050867a..00e7f86e9ae 100644 --- a/src/emacs.c +++ b/src/emacs.c | |||
| @@ -295,7 +295,7 @@ Initialization options:\n\ | |||
| 295 | --no-site-lisp, -nsl do not add site-lisp directories to load-path\n\ | 295 | --no-site-lisp, -nsl do not add site-lisp directories to load-path\n\ |
| 296 | --no-splash do not display a splash screen on startup\n\ | 296 | --no-splash do not display a splash screen on startup\n\ |
| 297 | --no-window-system, -nw do not communicate with X, ignoring $DISPLAY\n\ | 297 | --no-window-system, -nw do not communicate with X, ignoring $DISPLAY\n\ |
| 298 | --init-directory=DIR use DIR to when looking for the Emacs init files.\n\ | 298 | --init-directory=DIR use DIR when looking for the Emacs init files.\n\ |
| 299 | ", | 299 | ", |
| 300 | "\ | 300 | "\ |
| 301 | --quick, -Q equivalent to:\n\ | 301 | --quick, -Q equivalent to:\n\ |