1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-23 10:34:07 +00:00

(command-line-x-option-alist): -T sets only the title.

This commit is contained in:
Richard M. Stallman 1996-04-11 05:23:19 +00:00
parent 7775acb8ee
commit 2c3fef40b6

View File

@ -164,9 +164,9 @@ This is normally copied from `default-directory' when Emacs starts.")
("-d" 1 x-handle-display)
("-display" 1 x-handle-display)
("-name" 1 x-handle-name-rn-switch)
("-title" 1 x-handle-switch title)
("-rn" 1 x-handle-name-rn-switch)
("-T" 1 x-handle-switch name)
("-title" 1 x-handle-switch title)
("-T" 1 x-handle-switch title)
("-r" 0 x-handle-switch reverse t)
("-rv" 0 x-handle-switch reverse t)
("-reverse" 0 x-handle-switch reverse t)