comparison etc/gnuserv.1 @ 278:90d73dddcdc4 r21-0b37

Import from CVS: tag r21-0b37
author cvs
date Mon, 13 Aug 2007 10:31:29 +0200
parents bfd6434d15b3
children 70ad99077275
comparison
equal deleted inserted replaced
277:cfdf3ff11843 278:90d73dddcdc4
67 .TP 8 67 .TP 8
68 .BI \-l " library" 68 .BI \-l " library"
69 Tell Emacs to load the specified library. 69 Tell Emacs to load the specified library.
70 .TP 8 70 .TP 8
71 .BI \-batch 71 .BI \-batch
72 Tell Emacs not to open any frames. Just load libraries and evaluate lisp code. You 72 Tell Emacs not to open any frames. Just load libraries and evaluate
73 must use the 73 lisp code. If no files to execute, functions to call or forms to eval
74 are given using the
74 .BR \-l , 75 .BR \-l ,
75 .BR \-f , 76 .BR \-f ,
76 and 77 or
77 .B \-eval 78 .B \-eval
78 options to specify files to execute and functions to call. 79 options, then forms to eval are read from STDIN.
79 .TP 8 80 .TP 8
80 .BI \-f " function," 81 .BI \-f " function,"
81 Make Emacs execute the lisp function. 82 Make Emacs execute the lisp function.
82 .TP 8 83 .TP 8
83 .BI \-eval " form" 84 .BI \-eval " form"