]> git.eshelyaron.com Git - emacs.git/commitdiff
* startup.el (inhibit-startup-screen): Reflow docstring.
authorJuanma Barranquero <lekktu@gmail.com>
Tue, 28 Oct 2008 11:17:05 +0000 (11:17 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Tue, 28 Oct 2008 11:17:05 +0000 (11:17 +0000)
  (user-mail-address, tool-bar-images-pixel-height): Fix docstring typos.

lisp/ChangeLog
lisp/startup.el

index 509583328cd3ca93c8a595f716be593bc584d862..31be499710d9d78af3ba078ff590b7ed122b0d49 100644 (file)
@@ -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)
index 2d7995a1c0b8c7806b8ab081426950d9025c8d6c..1f571c63bfcf0d0dc5804bc2cfee46149e035f22 100644 (file)
@@ -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.")