summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lisp/startup.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/startup.el b/lisp/startup.el
index 2de8380c17b..5e9bfdc3bfd 100644
--- a/lisp/startup.el
+++ b/lisp/startup.el
@@ -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)