aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Stephani2018-01-08 00:11:16 +0100
committerPhilipp Stephani2018-01-17 23:31:34 +0100
commit779b2ac48423ae72a8cb5cd789a2a25302d857d9 (patch)
tree5ce917da2bececc25fd5987df8bf2fb548e862a7
parentc433e873cfc9e064cfe1088c2e7b2a2a39d4bd46 (diff)
downloademacs-779b2ac48423ae72a8cb5cd789a2a25302d857d9.tar.gz
emacs-779b2ac48423ae72a8cb5cd789a2a25302d857d9.zip
Use recommended long options syntax in man page
* doc/man/emacs.1.in: Specify equals sign for long options, as recommended in the manual.
-rw-r--r--doc/man/emacs.1.in50
1 files changed, 25 insertions, 25 deletions
diff --git a/doc/man/emacs.1.in b/doc/man/emacs.1.in
index 7654c9610dc..51169530419 100644
--- a/doc/man/emacs.1.in
+++ b/doc/man/emacs.1.in
@@ -61,7 +61,7 @@ The following options are of general interest:
61Edit 61Edit
62.IR file . 62.IR file .
63.TP 63.TP
64.BI \-\-file " file\fR,\fP " \-\-find-file " file\fR,\fP " \-\-visit " file" 64.BI \-\-file= "file\fR,\fP " \-\-find-file= "file\fR,\fP " \-\-visit= "file"
65The same as specifying 65The same as specifying
66.I file 66.I file
67directly as an argument. 67directly as an argument.
@@ -79,7 +79,7 @@ Go to the specified
79and 79and
80.IR column . 80.IR column .
81.TP 81.TP
82.BI \-\-chdir " directory" 82.BI \-\-chdir= "directory"
83Change to 83Change to
84.IR directory . 84.IR directory .
85.TP 85.TP
@@ -112,12 +112,12 @@ Lisp debugger during the processing of the user init file
112.BR ~/.emacs . 112.BR ~/.emacs .
113This is useful for debugging problems in the init file. 113This is useful for debugging problems in the init file.
114.TP 114.TP
115.BI \-u " user\fR,\fP " \-\-user " user" 115.BI \-u " user\fR,\fP " \-\-user= "user"
116Load 116Load
117.IR user 's 117.IR user 's
118init file. 118init file.
119.TP 119.TP
120.BI \-t " file\fR,\fP " \-\-terminal " file" 120.BI \-t " file\fR,\fP " \-\-terminal= "file"
121Use specified 121Use specified
122.I file 122.I file
123as the terminal instead of using stdin/stdout. 123as the terminal instead of using stdin/stdout.
@@ -144,15 +144,15 @@ The following options are Lisp-oriented
144(these options are processed in the order encountered): 144(these options are processed in the order encountered):
145.RS 145.RS
146.TP 8 146.TP 8
147.BI \-f " function\fR,\fP " \-\-funcall " function" 147.BI \-f " function\fR,\fP " \-\-funcall= "function"
148Execute the lisp function 148Execute the lisp function
149.IR function . 149.IR function .
150.TP 150.TP
151.BI \-l " file\fR,\fP " \-\-load " file" 151.BI \-l " file\fR,\fP " \-\-load= "file"
152Load the lisp code in the file 152Load the lisp code in the file
153.IR file . 153.IR file .
154.TP 154.TP
155.BI \-\-eval " expr\fR,\fP " \-\-execute " expr" 155.BI \-\-eval= "expr\fR,\fP " \-\-execute= "expr"
156Evaluate the Lisp expression 156Evaluate the Lisp expression
157.IR expr . 157.IR expr .
158.RE 158.RE
@@ -168,12 +168,12 @@ The editor will send messages to stderr.
168You must use \-l and \-f options to specify files to execute 168You must use \-l and \-f options to specify files to execute
169and functions to call. 169and functions to call.
170.TP 170.TP
171.BI \-\-script " file" 171.BI \-\-script= "file"
172Run 172Run
173.I file 173.I file
174as an Emacs Lisp script. 174as an Emacs Lisp script.
175.TP 175.TP
176.BI \-\-insert " file" 176.BI \-\-insert= "file"
177Insert contents of 177Insert contents of
178.I file 178.I file
179into the current buffer. 179into the current buffer.
@@ -183,7 +183,7 @@ Exit
183.I Emacs 183.I Emacs
184while in batch mode. 184while in batch mode.
185.TP 185.TP
186.BI \-L " dir\fR,\fP " \-\-directory " dir" 186.BI \-L " dir\fR,\fP " \-\-directory= "dir"
187Add 187Add
188.I dir 188.I dir
189to the list of directories 189to the list of directories
@@ -206,13 +206,13 @@ process so that you can continue using your original window.
206can be started with the following X switches: 206can be started with the following X switches:
207.RS 207.RS
208.TP 8 208.TP 8
209.BI \-\-name " name" 209.BI \-\-name= "name"
210Specify the name which should be assigned to the initial 210Specify the name which should be assigned to the initial
211.I Emacs 211.I Emacs
212window. 212window.
213This controls looking up X resources as well as the window title. 213This controls looking up X resources as well as the window title.
214.TP 214.TP
215.BI \-T " name\fR,\fP " \-\-title " name" 215.BI \-T " name\fR,\fP " \-\-title= "name"
216Specify the title for the initial X window. 216Specify the title for the initial X window.
217.TP 217.TP
218.BR \-r ", " \-rv ", " \-\-reverse\-video 218.BR \-r ", " \-rv ", " \-\-reverse\-video
@@ -220,7 +220,7 @@ Display the
220.I Emacs 220.I Emacs
221window in reverse video. 221window in reverse video.
222.TP 222.TP
223.BI \-fn " font\fR,\fP " \-\-font " font" 223.BI \-fn " font\fR,\fP " \-\-font= "font"
224Set the 224Set the
225.I Emacs 225.I Emacs
226window's font to that specified by 226window's font to that specified by
@@ -247,7 +247,7 @@ for more information.
247When you specify a font, be sure to put a space between the 247When you specify a font, be sure to put a space between the
248switch and the font name. 248switch and the font name.
249.TP 249.TP
250.BI \-\-xrm " resources" 250.BI \-\-xrm= "resources"
251Set additional X resources. 251Set additional X resources.
252.TP 252.TP
253.BI "\-\-color\fR,\fP \-\-color=" mode 253.BI "\-\-color\fR,\fP \-\-color=" mode
@@ -256,20 +256,20 @@ Override color mode for character terminals;
256defaults to "auto", and can also be "never", "auto", "always", 256defaults to "auto", and can also be "never", "auto", "always",
257or a mode name like "ansi8". 257or a mode name like "ansi8".
258.TP 258.TP
259.BI \-bw " pixels\fR,\fP " \-\-border\-width " pixels" 259.BI \-bw " pixels\fR,\fP " \-\-border\-width= "pixels"
260Set the 260Set the
261.I Emacs 261.I Emacs
262window's border width to the number of pixels specified by 262window's border width to the number of pixels specified by
263.IR pixels . 263.IR pixels .
264Defaults to one pixel on each side of the window. 264Defaults to one pixel on each side of the window.
265.TP 265.TP
266.BI \-ib " pixels\fR,\fP " \-\-internal\-border " pixels" 266.BI \-ib " pixels\fR,\fP " \-\-internal\-border= "pixels"
267Set the window's internal border width to the number of pixels specified 267Set the window's internal border width to the number of pixels specified
268by 268by
269.IR pixels . 269.IR pixels .
270Defaults to one pixel of padding on each side of the window. 270Defaults to one pixel of padding on each side of the window.
271.TP 271.TP
272.BI \-g " geometry\fR,\fP " \-\-geometry " geometry" 272.BI \-g " geometry\fR,\fP " \-\-geometry= "geometry"
273Set the 273Set the
274.I Emacs 274.I Emacs
275window's width, height, and position as specified. 275window's width, height, and position as specified.
@@ -282,7 +282,7 @@ See the Emacs manual, section "Options for Window Size and Position",
282for information on how window sizes interact 282for information on how window sizes interact
283with selecting or deselecting the tool bar and menu bar. 283with selecting or deselecting the tool bar and menu bar.
284.TP 284.TP
285.BI \-lsp " pixels\fR,\fP " \-\-line\-spacing " pixels" 285.BI \-lsp " pixels\fR,\fP " \-\-line\-spacing= "pixels"
286Additional space to put between lines. 286Additional space to put between lines.
287.TP 287.TP
288.BR \-vb ", " \-\-vertical\-scroll\-bars 288.BR \-vb ", " \-\-vertical\-scroll\-bars
@@ -300,26 +300,26 @@ Make the first frame as wide as the screen.
300.BR \-mm ", " \-\-maximized 300.BR \-mm ", " \-\-maximized
301Maximize the first frame, like "\-fw \-fh". 301Maximize the first frame, like "\-fw \-fh".
302.TP 302.TP
303.BI \-fg " color\fR,\fP " \-\-foreground\-color " color" 303.BI \-fg " color\fR,\fP " \-\-foreground\-color= "color"
304On color displays, set the color of the text. 304On color displays, set the color of the text.
305 305
306Use the command 306Use the command
307.I M\-x list\-colors\-display 307.I M\-x list\-colors\-display
308for a list of valid color names. 308for a list of valid color names.
309.TP 309.TP
310.BI \-bg " color\fR,\fP " \-\-background\-color " color" 310.BI \-bg " color\fR,\fP " \-\-background\-color= "color"
311On color displays, set the color of the window's background. 311On color displays, set the color of the window's background.
312.TP 312.TP
313.BI \-bd " color\fR,\fP " \-\-border\-color " color" 313.BI \-bd " color\fR,\fP " \-\-border\-color= "color"
314On color displays, set the color of the window's border. 314On color displays, set the color of the window's border.
315.TP 315.TP
316.BI \-cr " color\fR,\fP " \-\-cursor\-color " color" 316.BI \-cr " color\fR,\fP " \-\-cursor\-color= "color"
317On color displays, set the color of the window's text cursor. 317On color displays, set the color of the window's text cursor.
318.TP 318.TP
319.BI \-ms " color\fR,\fP " \-\-mouse\-color " color" 319.BI \-ms " color\fR,\fP " \-\-mouse\-color= "color"
320On color displays, set the color of the window's mouse cursor. 320On color displays, set the color of the window's mouse cursor.
321.TP 321.TP
322.BI \-d " displayname\fR,\fP " \-\-display " displayname" 322.BI \-d " displayname\fR,\fP " \-\-display= "displayname"
323Create the 323Create the
324.I Emacs 324.I Emacs
325window on the display specified by 325window on the display specified by
@@ -337,7 +337,7 @@ in iconified state.
337.BR \-nbc ", " \-\-no\-blinking\-cursor 337.BR \-nbc ", " \-\-no\-blinking\-cursor
338Disable blinking cursor. 338Disable blinking cursor.
339.TP 339.TP
340.BI \-\-parent-id " xid" 340.BI \-\-parent-id= "xid"
341Set parent window. 341Set parent window.
342.TP 342.TP
343.BR \-nw ", " \-\-no\-window\-system 343.BR \-nw ", " \-\-no\-window\-system