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
emacs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
emacs
emacs
Commits
9f232a5d
Commit
9f232a5d
authored
Mar 02, 1995
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(syms_of_emacs): Doc fix.
parent
78c793d1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/emacs.c
src/emacs.c
+2
-1
No files found.
src/emacs.c
View file @
9f232a5d
...
...
@@ -1387,7 +1387,8 @@ syms_of_emacs ()
"Hook to be run whenever kill-emacs is called.
\n
\
Since kill-emacs may be invoked when the terminal is disconnected (or
\n
\
in other similar situations), functions placed on this hook should not
\n
\
expect to be able to interact with the user."
);
expect to be able to interact with the user. To ask for confirmation,
\n
\
see `kill-emacs-query-functions' instead."
);
Vkill_emacs_hook
=
Qnil
;
DEFVAR_INT
(
"emacs-priority"
,
&
emacs_priority
,
...
...
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