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
0ba9bc53
Commit
0ba9bc53
authored
Jan 09, 2005
by
David Kastrup
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(desktop-restore-eager): Fix typo in type.
parent
03e31a1a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/desktop.el
lisp/desktop.el
+1
-1
No files found.
lisp/ChangeLog
View file @
0ba9bc53
2005-01-09 David Kastrup <dak@gnu.org>
* desktop.el (desktop-restore-eager): Fix typo in type.
2005-01-08 Richard M. Stallman <rms@gnu.org>
2005-01-08 Richard M. Stallman <rms@gnu.org>
* cus-edit.el (customize): Delete :link.
* cus-edit.el (customize): Delete :link.
...
...
lisp/desktop.el
View file @
0ba9bc53
...
@@ -271,7 +271,7 @@ Possible values are:
...
@@ -271,7 +271,7 @@ Possible values are:
"Number of buffers to restore immediately.
"Number of buffers to restore immediately.
Remaining buffers are restored lazily (when Emacs is idle).
Remaining buffers are restored lazily (when Emacs is idle).
If value is t, all buffers are restored immediately."
If value is t, all buffers are restored immediately."
:type
'
(
choi
s
e
(
const
t
)
integer
)
:type
'
(
choi
c
e
(
const
t
)
integer
)
:group
'desktop
:group
'desktop
:version
"21.4"
)
:version
"21.4"
)
...
...
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