Mercurial > emacs
diff src/emacs.c @ 65979:3733ed3530ec
-nb changed to -nbi
| author | Jan Dj?rv <jan.h.d@swipnet.se> |
|---|---|
| date | Mon, 10 Oct 2005 16:14:00 +0000 |
| parents | 019725b1d671 |
| children | b5d371a00ee3 08b4dd6a6e87 5e2d3828e89f |
line wrap: on
line diff
--- a/src/emacs.c Mon Oct 10 15:00:57 2005 +0000 +++ b/src/emacs.c Mon Oct 10 16:14:00 2005 +0000 @@ -311,7 +311,7 @@ --fullscreen, -fs make first frame fullscreen\n\ --fullwidth, -fw make the first frame wide as the screen\n\ --geometry, -g GEOMETRY window geometry\n\ ---no-bitmap-icon, -nb do not use picture of gnu for Emacs icon\n\ +--no-bitmap-icon, -nbi do not use picture of gnu for Emacs icon\n\ --iconic start Emacs in iconified state\n\ --internal-border, -ib WIDTH width between text and main border\n\ --line-spacing, -lsp PIXELS additional space to put between lines\n\ @@ -1828,7 +1828,7 @@ { "-u", "--user", 30, 1 }, { "-user", 0, 30, 1 }, { "-debug-init", "--debug-init", 20, 0 }, - { "-nb", "--no-bitmap-icon", 15, 0 }, + { "-nbi", "--no-bitmap-icon", 15, 0 }, { "-iconic", "--iconic", 15, 0 }, { "-D", "--basic-display", 12, 0}, { "-basic-display", 0, 12, 0},
