aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorJuanma Barranquero2008-10-28 11:17:05 +0000
committerJuanma Barranquero2008-10-28 11:17:05 +0000
commiteeaa563e845eff94719aa61f62c93ffcc3e11a14 (patch)
treef9e0cdf4d74de6d41c9ac0c6769f0fea47d087e2 /lisp
parentff808935f5c5473dc699a7fa095fbe82cf605c5d (diff)
downloademacs-eeaa563e845eff94719aa61f62c93ffcc3e11a14.tar.gz
emacs-eeaa563e845eff94719aa61f62c93ffcc3e11a14.zip
* startup.el (inhibit-startup-screen): Reflow docstring.
(user-mail-address, tool-bar-images-pixel-height): Fix docstring typos.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/startup.el12
2 files changed, 11 insertions, 6 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 509583328cd..31be499710d 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12008-10-28 Juanma Barranquero <lekktu@gmail.com>
2
3 * startup.el (inhibit-startup-screen): Reflow docstring.
4 (user-mail-address, tool-bar-images-pixel-height): Fix docstring typos.
5
12008-10-27 Juanma Barranquero <lekktu@gmail.com> 62008-10-27 Juanma Barranquero <lekktu@gmail.com>
2 7
3 * face-remap.el (text-scale-increase, text-scale-decrease) 8 * face-remap.el (text-scale-increase, text-scale-decrease)
diff --git a/lisp/startup.el b/lisp/startup.el
index 2d7995a1c0b..1f571c63bfc 100644
--- a/lisp/startup.el
+++ b/lisp/startup.el
@@ -55,8 +55,8 @@ directory using `find-file'. If t, open the `*scratch*' buffer."
55(defcustom inhibit-startup-screen nil 55(defcustom inhibit-startup-screen nil
56 "Non-nil inhibits the startup screen. 56 "Non-nil inhibits the startup screen.
57 57
58This is for use in your personal init file (but NOT site-start.el), once 58This is for use in your personal init file (but NOT site-start.el),
59you are familiar with the contents of the startup screen." 59once you are familiar with the contents of the startup screen."
60 :type 'boolean 60 :type 'boolean
61 :group 'initialization) 61 :group 'initialization)
62 62
@@ -220,8 +220,8 @@ and VALUE is the value which is given to that frame parameter
220 ("-cr" 1 ns-handle-switch cursor-color) 220 ("-cr" 1 ns-handle-switch cursor-color)
221 ("-vb" 0 ns-handle-switch vertical-scroll-bars t) 221 ("-vb" 0 ns-handle-switch vertical-scroll-bars t)
222 ("-hb" 0 ns-handle-switch horizontal-scroll-bars t) 222 ("-hb" 0 ns-handle-switch horizontal-scroll-bars t)
223 ("-bd" 1 ns-handle-switch) 223 ("-bd" 1 ns-handle-switch)
224 ;; ("--border-width" 1 ns-handle-numeric-switch border-width) 224 ;; ("--border-width" 1 ns-handle-numeric-switch border-width)
225 ;; ("--display" 1 ns-handle-display) 225 ;; ("--display" 1 ns-handle-display)
226 ("--name" 1 ns-handle-name-switch) 226 ("--name" 1 ns-handle-name-switch)
227 ("--title" 1 ns-handle-switch title) 227 ("--title" 1 ns-handle-switch title)
@@ -342,7 +342,7 @@ this variable usefully is to set it while building and dumping Emacs."
342 "") 342 "")
343 "Full mailing address of this user. 343 "Full mailing address of this user.
344This is initialized with environment variable `EMAIL' or, as a 344This is initialized with environment variable `EMAIL' or, as a
345fallback, using `mail-host-address'. This is done after your 345fallback, using `mail-host-address'. This is done after your
346init file is read, in case it sets `mail-host-address'." 346init file is read, in case it sets `mail-host-address'."
347 :type 'string 347 :type 'string
348 :group 'mail) 348 :group 'mail)
@@ -603,7 +603,7 @@ or `CVS', and any subdirectory that contains a file named `.nosearch'."
603 ("--color" . "-color"))) 603 ("--color" . "-color")))
604 604
605(defconst tool-bar-images-pixel-height 24 605(defconst tool-bar-images-pixel-height 24
606 "Height in pixels of images in the tool bar.") 606 "Height in pixels of images in the tool-bar.")
607 607
608(defvar tool-bar-originally-present nil 608(defvar tool-bar-originally-present nil
609 "Non-nil if tool-bars are present before user and site init files are read.") 609 "Non-nil if tool-bars are present before user and site init files are read.")