aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2005-10-09 15:40:00 +0000
committerRichard M. Stallman2005-10-09 15:40:00 +0000
commitb12e97dcfd095321eb6415bbacda75d2209ca6d7 (patch)
treea2dd6f809b21dd820402f65ca6dab7502694813e
parent827d67f3b670d6dee517ebcfb00fe81f80519bdb (diff)
downloademacs-b12e97dcfd095321eb6415bbacda75d2209ca6d7.tar.gz
emacs-b12e97dcfd095321eb6415bbacda75d2209ca6d7.zip
(line-spacing): Add custom spec.
-rw-r--r--lisp/cus-start.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/cus-start.el b/lisp/cus-start.el
index d8ca2a77b58..9881012d949 100644
--- a/lisp/cus-start.el
+++ b/lisp/cus-start.el
@@ -99,6 +99,7 @@ Leaving \"Default\" unchecked is equivalent with specifying a default of
99 (scroll-down-aggressively windows 99 (scroll-down-aggressively windows
100 (choice (const :tag "off" nil) number) 100 (choice (const :tag "off" nil) number)
101 "21.1") 101 "21.1")
102 (line-spacing display (choice (const :tag "none" nil) integer))
102 ;; callint.c 103 ;; callint.c
103 (mark-even-if-inactive editing-basics boolean) 104 (mark-even-if-inactive editing-basics boolean)
104 ;; callproc.c 105 ;; callproc.c