Mercurial > emacs
changeset 64347:e99898c983f2
(site-run-file, keyboard-type): Doc fixes.
(command-line): Check for "--basic-display" argument; also for "--quick", not
"--bare-bones" (which was renamed).
(fancy-splash-text): Add missing item "Getting New Versions".
(normal-splash-screen): Fix typos and improve consistency with
`fancy-splash-text'. Update copyright year.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Fri, 15 Jul 2005 14:47:06 +0000 |
parents | ef82d5d73c0d |
children | 128946be5a3f |
files | lisp/startup.el |
diffstat | 1 files changed, 15 insertions(+), 14 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/startup.el Fri Jul 15 14:45:09 2005 +0000 +++ b/lisp/startup.el Fri Jul 15 14:47:06 2005 +0000 @@ -184,9 +184,9 @@ (defvar keyboard-type nil "The brand of keyboard you are using. -This variable is used to define -the proper function and keypad keys for use under X. It is used in a -fashion analogous to the environment variable TERM.") +This variable is used to define the proper function and keypad +keys for use under X. It is used in a fashion analogous to the +environment variable TERM.") (defvar window-setup-hook nil "Normal hook run to initialize window system display. @@ -234,7 +234,7 @@ This variable is defined for customization so as to make it visible in the relevant context. However, actually customizing it is not allowed, since it would not work anyway. The only way to set -this variable usefully is to set it during while building and dumping Emacs." +this variable usefully is to set it while building and dumping Emacs." :type '(choice (const :tag "none" nil) string) :group 'initialization :initialize 'custom-initialize-default @@ -664,9 +664,9 @@ ;; processed. This is consistent with the way main in emacs.c ;; does things. (while (and (not done) args) - (let* ((longopts '(("--no-init-file") ("--no-site-file") ("--user") - ("--debug-init") ("--iconic") ("--icon-type") - ("--no-blinking-cursor") ("--bare-bones"))) + (let* ((longopts '(("--no-init-file") ("--no-site-file") ("--debug-init") + ("--user") ("--iconic") ("--icon-type") ("--quick") + ("--no-blinking-cursor") ("--basic-display"))) (argi (pop args)) (orig-argi argi) argval) @@ -1057,6 +1057,7 @@ :face variable-pitch "\ Copying Conditions\tConditions for redistributing and changing Emacs +Getting New Versions\tHow to obtain the latest version of Emacs More Manuals / Ordering Manuals Buying printed manuals from the FSF\n") (:face variable-pitch "You can do basic editing with the menu bar and scroll bar \ @@ -1342,20 +1343,20 @@ Useful File menu items: Exit Emacs (or type Control-x followed by Control-c) -Recover Session recover files you were editing before a crash +Recover Session Recover files you were editing before a crash Important Help menu items: -Emacs Tutorial Learn-by-doing tutorial for using Emacs efficiently. +Emacs Tutorial Learn how to use Emacs efficiently Emacs FAQ Frequently asked questions and answers Read the Emacs Manual View the Emacs manual using Info \(Non)Warranty GNU Emacs comes with ABSOLUTELY NO WARRANTY -Copying Conditions Conditions for redistributing and changing Emacs. -Getting New Versions How to obtain the latest version of Emacs. -More Manuals / Ordering Manuals How to order printed manuals from the FSF. +Copying Conditions Conditions for redistributing and changing Emacs +Getting New Versions How to obtain the latest version of Emacs +More Manuals / Ordering Manuals How to order printed manuals from the FSF ") (insert "\n\n" (emacs-version) " -Copyright (C) 2004 Free Software Foundation, Inc.")) +Copyright (C) 2005 Free Software Foundation, Inc.")) ;; No mouse menus, so give help using kbd commands. @@ -1403,7 +1404,7 @@ (insert "\n\n" (emacs-version) " -Copyright (C) 2004 Free Software Foundation, Inc.") +Copyright (C) 2005 Free Software Foundation, Inc.") (if (and (eq (key-binding "\C-h\C-c") 'describe-copying) (eq (key-binding "\C-h\C-d") 'describe-distribution)