# HG changeset patch # User Richard M. Stallman # Date 1175911033 0 # Node ID 44bc179f404b90d4a3dad62ac3080ceb1734e142 # Parent 019484d911e63b8bcc7bffa5dc2c59779ecfea54 Improve index entries. (Timers): Fix previous change. diff -r 019484d911e6 -r 44bc179f404b lispref/os.texi --- a/lispref/os.texi Sat Apr 07 01:56:48 2007 +0000 +++ b/lispref/os.texi Sat Apr 07 01:57:13 2007 +0000 @@ -54,7 +54,7 @@ @node Startup Summary @subsection Summary: Sequence of Actions at Startup -@cindex initialization +@cindex initialization of Emacs @cindex startup of Emacs @cindex @file{startup.el} @@ -1421,12 +1421,15 @@ @var{time} may specify an absolute or a relative time. -Absolute times may be specified using a string with a limited variety of -formats, and are taken to be times @emph{today}, even if already in the -past. The recognized forms are XXXX, X:XX, or XX:XX (military time), -and XXam, XXAM, XXpm, XXPM, XX:XXam, XX:XXAM XX:XXpm, or XX:XXPM. A -period can be used instead of a colon to separate the hour and minute -parts. +Absolute times may be specified using a string with a limited variety +of formats, and are taken to be times @emph{today}, even if already in +the past. The recognized forms are @samp{@var{xxxx}}, +@samp{@var{x}:@var{xx}}, or @samp{@var{xx}:@var{xx}} (military time), +and @samp{@var{xx}am}, @samp{@var{xx}AM}, @samp{@var{xx}pm}, +@samp{@var{xx}PM}, @samp{@var{xx}:@var{xx}am}, +@samp{@var{xx}:@var{xx}AM}, @samp{@var{xx}:@var{xx}pm}, or +@samp{@var{xx}:@var{xx}PM}. A period can be used instead of a colon +to separate the hour and minute parts. To specify a relative time as a string, use numbers followed by units. For example: @@ -1865,7 +1868,7 @@ @node X11 Keysyms @section Operating on X11 Keysyms -@cindex x11 keysyms +@cindex X11 keysyms To define system-specific X11 keysyms, set the variable @code{system-key-alist}. @@ -1919,7 +1922,6 @@ @node Batch Mode @section Batch Mode @cindex batch mode -@cindex noninteractive use The command-line option @samp{-batch} causes Emacs to run noninteractively. In this mode, Emacs does not read commands from the