Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
b4484ea8
Commit
b4484ea8
authored
Mar 30, 1994
by
Richard M. Stallman
Browse files
Doc fixes.
parent
b02c5fea
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
11 deletions
+10
-11
lisp/startup.el
lisp/startup.el
+10
-11
No files found.
lisp/startup.el
View file @
b4484ea8
...
...
@@ -82,13 +82,13 @@ remaining command-line args are in the variable `command-line-args-left'.")
(
defvar
command-line-functions
nil
;; lrs 7/31/89
"List of functions to process unrecognized command-line arguments.
Each function should access the dynamically bound variables
argi (the current argument) and command-line-args-left (the remaining
`
argi
'
(the current argument) and
`
command-line-args-left
'
(the remaining
arguments). The function should return non-nil only if it recognizes and
processes argi. If it does so, it may consume successive arguments by
altering command-line-args-left to remove them."
)
processes
`
argi
'
. If it does so, it may consume successive arguments by
altering
`
command-line-args-left
'
to remove them."
)
(
defvar
before-init-hook
nil
"Functions to call after handling urgent options but before
loading
init file.
"Functions to call after handling urgent options but before init file
s
.
The frame system uses this to open frames to display messages while
Emacs loads the user's initialization file."
)
...
...
@@ -98,22 +98,21 @@ The call is not protected by a condition-case, so you can set `debug-on-error'
in `.emacs', and put all the actual code on `after-init-hook'."
)
(
defvar
term-setup-hook
nil
"Functions to be called after loading terminal-specific
l
isp code.
"Functions to be called after loading terminal-specific
L
isp code.
See `run-hooks'. This variable exists for users to set,
so as to override the definitions made by the terminal-specific file.
Emacs never sets this variable itself."
)
(
defvar
keyboard-type
nil
"The brand of keyboard you are using. This variable is used to define
"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 value TERM."
)
(
defvar
window-setup-hook
nil
"Function called to initialize window system display.
Emacs calls this after processing the command line arguments and loading
the user's init file.
Users should not set this variable; use term-setup-hook instead."
)
"Normal hook run to initialize window system display.
Emacs runs this hook after processing the command line arguments and loading
the user's init file."
)
(
defconst
initial-major-mode
'lisp-interaction-mode
"Major mode command symbol to use for the initial *scratch* buffer."
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment