aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/startup.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/startup.el b/lisp/startup.el
index a3c0a25511f..e297f7bf029 100644
--- a/lisp/startup.el
+++ b/lisp/startup.el
@@ -174,7 +174,8 @@ This is normally copied from `default-directory' when Emacs starts.")
174 ("--vertical-scroll-bars" 0 x-handle-switch vertical-scroll-bars t) 174 ("--vertical-scroll-bars" 0 x-handle-switch vertical-scroll-bars t)
175 ("--line-spacing" 1 x-handle-numeric-switch line-spacing) 175 ("--line-spacing" 1 x-handle-numeric-switch line-spacing)
176 ("--border-color" 1 x-handle-switch border-color) 176 ("--border-color" 1 x-handle-switch border-color)
177 ("--smid" 1 x-handle-smid)) 177 ("--smid" 1 x-handle-smid)
178 ("--parent-id" 1 x-handle-parent-id))
178 "Alist of X Windows options. 179 "Alist of X Windows options.
179Each element has the form 180Each element has the form
180 (NAME NUMARGS HANDLER FRAME-PARAM VALUE) 181 (NAME NUMARGS HANDLER FRAME-PARAM VALUE)