diff options
Diffstat (limited to 'src/emacs.c')
-rw-r--r-- | src/emacs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emacs.c b/src/emacs.c index 6702b5e2846..6c589ce1050 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -263,6 +263,7 @@ Initialization options:\n\ \n\ --batch do not do interactive display; implies -q\n\ --debug-init enable Emacs Lisp debugger for init file\n\ +--disable-font-backend do not use font backend (only if compiled)\n\ --display, -d DISPLAY use X server DISPLAY\n\ --multibyte, --no-unibyte inhibit the effect of EMACS_UNIBYTE\n\ --no-desktop do not load a saved desktop\n\ |