unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Luc Teirlinck <teirllm@dms.auburn.edu>
Subject: inhibit-splash-screen and initial-scratch-message docstrings.
Date: Sat, 21 Jan 2006 16:50:32 -0600 (CST)	[thread overview]
Message-ID: <200601212250.k0LMoW400078@raven.dms.auburn.edu> (raw)

I propose the following doc changes to prevent possible confusion.
I can install if desired.

===File ~/startup-diff======================================
*** startup.el	21 Jan 2006 09:10:12 -0600	1.396
--- startup.el	21 Jan 2006 16:45:09 -0600	
***************
*** 41,47 ****
    :group 'internal)
  
  (defcustom inhibit-splash-screen nil
!   "*Non-nil inhibits the startup screen.
  This is for use in your personal init file, once you are familiar
  with the contents of the startup screen."
    :type 'boolean
--- 41,49 ----
    :group 'internal)
  
  (defcustom inhibit-splash-screen nil
!   "Non-nil inhibits the startup screen.
! It also inhibits display of the initial message in the *scratch* buffer.
! 
  This is for use in your personal init file, once you are familiar
  with the contents of the startup screen."
    :type 'boolean
***************
*** 1087,1093 ****
  
  ")
    "Initial message displayed in *scratch* buffer at startup.
! If this is nil, no message will be displayed."
    :type '(choice (text :tag "Message")
  		 (const :tag "none" nil))
    :group 'initialization)
--- 1089,1097 ----
  
  ")
    "Initial message displayed in *scratch* buffer at startup.
! If this is nil, no message will be displayed.
! If `inhibit-splash-screen' is non-nil, then no message is displayed,
! regardless of the value of this variable."
    :type '(choice (text :tag "Message")
  		 (const :tag "none" nil))
    :group 'initialization)
============================================================

             reply	other threads:[~2006-01-21 22:50 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-01-21 22:50 Luc Teirlinck [this message]
2006-01-22 17:45 ` inhibit-splash-screen and initial-scratch-message docstrings Richard M. Stallman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200601212250.k0LMoW400078@raven.dms.auburn.edu \
    --to=teirllm@dms.auburn.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).