diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2008-10-28 11:17:05 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2008-10-28 11:17:05 +0000 |
commit | eeaa563e845eff94719aa61f62c93ffcc3e11a14 (patch) | |
tree | f9e0cdf4d74de6d41c9ac0c6769f0fea47d087e2 /lisp/startup.el | |
parent | ff808935f5c5473dc699a7fa095fbe82cf605c5d (diff) | |
download | emacs-eeaa563e845eff94719aa61f62c93ffcc3e11a14.tar.gz |
* startup.el (inhibit-startup-screen): Reflow docstring.
(user-mail-address, tool-bar-images-pixel-height): Fix docstring typos.
Diffstat (limited to 'lisp/startup.el')
-rw-r--r-- | lisp/startup.el | 12 |
1 files changed, 6 insertions, 6 deletions
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." (defcustom inhibit-startup-screen nil "Non-nil inhibits the startup screen. -This is for use in your personal init file (but NOT site-start.el), once -you are familiar with the contents of the startup screen." +This is for use in your personal init file (but NOT site-start.el), +once you are familiar with the contents of the startup screen." :type 'boolean :group 'initialization) @@ -220,8 +220,8 @@ and VALUE is the value which is given to that frame parameter ("-cr" 1 ns-handle-switch cursor-color) ("-vb" 0 ns-handle-switch vertical-scroll-bars t) ("-hb" 0 ns-handle-switch horizontal-scroll-bars t) - ("-bd" 1 ns-handle-switch) - ;; ("--border-width" 1 ns-handle-numeric-switch border-width) + ("-bd" 1 ns-handle-switch) + ;; ("--border-width" 1 ns-handle-numeric-switch border-width) ;; ("--display" 1 ns-handle-display) ("--name" 1 ns-handle-name-switch) ("--title" 1 ns-handle-switch title) @@ -342,7 +342,7 @@ this variable usefully is to set it while building and dumping Emacs." "") "Full mailing address of this user. This is initialized with environment variable `EMAIL' or, as a -fallback, using `mail-host-address'. This is done after your +fallback, using `mail-host-address'. This is done after your init file is read, in case it sets `mail-host-address'." :type 'string :group 'mail) @@ -603,7 +603,7 @@ or `CVS', and any subdirectory that contains a file named `.nosearch'." ("--color" . "-color"))) (defconst tool-bar-images-pixel-height 24 - "Height in pixels of images in the tool bar.") + "Height in pixels of images in the tool-bar.") (defvar tool-bar-originally-present nil "Non-nil if tool-bars are present before user and site init files are read.") |