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
2bdfaa42
Commit
2bdfaa42
authored
Apr 20, 1994
by
Karl Heuer
Browse files
(init-file-user): Doc fix.
parent
89fb82d6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
lisp/startup.el
lisp/startup.el
+6
-5
No files found.
lisp/startup.el
View file @
2bdfaa42
...
...
@@ -119,12 +119,13 @@ the user's init file.")
(
defvar
init-file-user
nil
"Identity of user whose `.emacs' file is or was read.
The value
may be the null string or a string containing a user's name.
If
the
value is a
null string,
it
mean
s
that the init file was taken from
the user that
originally logged in.
The value
is nil if no init file is being used; otherwise, it may be either
the null string, mean
ing
that the init file was taken from
the user that
originally logged in
, or it may be a string containing a user's name
.
In all cases, `(concat \"~\" init-file-user \"/\")' evaluates to the
directory name of the directory where the `.emacs' file was looked for."
)
In either of the latter cases, `(concat \"~\" init-file-user \"/\")'
evaluates to the name of the directory where the `.emacs' file was
looked for."
)
(
defvar
site-run-file
"site-start"
"File containing site-wide run-time initializations.
...
...
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