comparison lisp/term/x-win.el @ 7639:67b7d1ea7b2e

Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Sun, 22 May 1994 22:14:17 +0000
parents 4fd40bd394fe
children acca78b72dd6
comparison
equal deleted inserted replaced
7638:fb6479579c0b 7639:67b7d1ea7b2e
203 (defun x-handle-args (args) 203 (defun x-handle-args (args)
204 "Process the X-related command line options in ARGS. 204 "Process the X-related command line options in ARGS.
205 This is done before the user's startup file is loaded. They are copied to 205 This is done before the user's startup file is loaded. They are copied to
206 x-invocation args from which the X-related things are extracted, first 206 x-invocation args from which the X-related things are extracted, first
207 the switch (e.g., \"-fg\") in the following code, and possible values 207 the switch (e.g., \"-fg\") in the following code, and possible values
208 (e.g., \"black\") in the option handler code (e.g., x-handle-switch). 208 \(e.g., \"black\") in the option handler code (e.g., x-handle-switch).
209 This returns ARGS with the arguments that have been processed removed." 209 This returns ARGS with the arguments that have been processed removed."
210 (setq x-invocation-args args 210 (setq x-invocation-args args
211 args nil) 211 args nil)
212 (while x-invocation-args 212 (while x-invocation-args
213 (let* ((this-switch (car x-invocation-args)) 213 (let* ((this-switch (car x-invocation-args))