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
177f790c
Commit
177f790c
authored
Dec 07, 2002
by
Markus Rost
Browse files
(Simple Types): Clarify decription of custom type 'number.
Decribe new custom type 'float.
parent
0bbe869a
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
2 deletions
+11
-2
lispref/ChangeLog
lispref/ChangeLog
+5
-0
lispref/customize.texi
lispref/customize.texi
+6
-2
No files found.
lispref/ChangeLog
View file @
177f790c
2002-12-07 Markus Rost <rost@math.ohio-state.edu>
* customize.texi (Simple Types): Clarify decription of custom type
'number. Decribe new custom type 'float.
2002-12-04 Markus Rost <rost@math.ohio-state.edu>
* variables.texi (File Local Variables): Fix typo.
...
...
lispref/customize.texi
View file @
177f790c
...
...
@@ -394,8 +394,12 @@ The value must be an integer, and is represented textually
in the customization buffer.
@item number
The value must be a number, and is represented textually in the
customization buffer.
The value must be a number (floating point or integer), and is
represented textually in the customization buffer.
@item float
The value must be a floating point number, and is represented
textually in the customization buffer.
@item string
The value must be a string, and the customization buffer shows just the
...
...
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