Mercurial > emacs
changeset 99183:5f8d9a97e74f
* startup.el (inhibit-startup-screen): Reflow docstring.
(user-mail-address, tool-bar-images-pixel-height): Fix docstring typos.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Tue, 28 Oct 2008 11:17:05 +0000 |
parents | c1511154e8c2 |
children | fc215de0bf93 |
files | lisp/ChangeLog lisp/startup.el |
diffstat | 2 files changed, 11 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Tue Oct 28 04:25:11 2008 +0000 +++ b/lisp/ChangeLog Tue Oct 28 11:17:05 2008 +0000 @@ -1,3 +1,8 @@ +2008-10-28 Juanma Barranquero <lekktu@gmail.com> + + * startup.el (inhibit-startup-screen): Reflow docstring. + (user-mail-address, tool-bar-images-pixel-height): Fix docstring typos. + 2008-10-27 Juanma Barranquero <lekktu@gmail.com> * face-remap.el (text-scale-increase, text-scale-decrease)
--- a/lisp/startup.el Tue Oct 28 04:25:11 2008 +0000 +++ b/lisp/startup.el Tue Oct 28 11:17:05 2008 +0000 @@ -55,8 +55,8 @@ (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 @@ ("-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 @@ "") "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 @@ ("--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.")