/[emacs]/emacs/src/emacs.c
ViewVC logotype

Diff of /emacs/src/emacs.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.298 by eliz, Sun Jan 13 12:19:31 2002 UTC revision 1.299 by eliz, Mon Jan 14 13:47:56 2002 UTC
# Line 263  Display options:\n\ Line 263  Display options:\n\
263  --background-color, -bg COLOR   window background color\n\  --background-color, -bg COLOR   window background color\n\
264  --border-color, -bd COLOR       main border color\n\  --border-color, -bd COLOR       main border color\n\
265  --border-width, -bw WIDTH       width of main border\n\  --border-width, -bw WIDTH       width of main border\n\
266    --color=MODE                    color mode for character terminals;\n\
267                                    MODE defaults to `auto', and can also\n\
268                                    be `never', `auto', `always',\n\
269                                    or a mode name like `ansi8'\n\
270  --cursor-color, -cr COLOR       color of the Emacs cursor indicating point\n\  --cursor-color, -cr COLOR       color of the Emacs cursor indicating point\n\
271  --display, -d DISPLAY           use X server DISPLAY\n\  --display, -d DISPLAY           use X server DISPLAY\n\
272  --font, -fn FONT                default font; must be fixed-width\n\  --font, -fn FONT                default font; must be fixed-width\n\
# Line 1677  struct standard_args standard_args[] = Line 1681  struct standard_args standard_args[] =
1681    { "-reverse", 0, 5, 0 },    { "-reverse", 0, 5, 0 },
1682    { "-hb", "--horizontal-scroll-bars", 5, 0 },    { "-hb", "--horizontal-scroll-bars", 5, 0 },
1683    { "-vb", "--vertical-scroll-bars", 5, 0 },    { "-vb", "--vertical-scroll-bars", 5, 0 },
1684      { "-color", "--color", 5, 0},
1685    /* These have the same priority as ordinary file name args,    /* These have the same priority as ordinary file name args,
1686       so they are not reordered with respect to those.  */       so they are not reordered with respect to those.  */
1687    { "-L", "--directory", 0, 1 },    { "-L", "--directory", 0, 1 },

Legend:
Removed from v.1.298  
changed lines
  Added in v.1.299

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26