unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* inhibit-splash-screen and initial-scratch-message docstrings.
@ 2006-01-21 22:50 Luc Teirlinck
  2006-01-22 17:45 ` Richard M. Stallman
  0 siblings, 1 reply; 2+ messages in thread
From: Luc Teirlinck @ 2006-01-21 22:50 UTC (permalink / 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)
============================================================

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: inhibit-splash-screen and initial-scratch-message docstrings.
  2006-01-21 22:50 inhibit-splash-screen and initial-scratch-message docstrings Luc Teirlinck
@ 2006-01-22 17:45 ` Richard M. Stallman
  0 siblings, 0 replies; 2+ messages in thread
From: Richard M. Stallman @ 2006-01-22 17:45 UTC (permalink / raw)
  Cc: emacs-devel

Please install your patch.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-01-22 17:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-01-21 22:50 inhibit-splash-screen and initial-scratch-message docstrings Luc Teirlinck
2006-01-22 17:45 ` Richard M. Stallman

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).