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
1c1c17eb
Commit
1c1c17eb
authored
Mar 21, 1994
by
Richard M. Stallman
Browse files
(Fstring_to_number): Doc fix.
parent
5b359918
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/data.c
src/data.c
+2
-1
No files found.
src/data.c
View file @
1c1c17eb
...
...
@@ -1547,7 +1547,8 @@ NUM may be an integer or a floating point number.")
DEFUN
(
"string-to-number"
,
Fstring_to_number
,
Sstring_to_number
,
1
,
1
,
0
,
"Convert STRING to a number by parsing it as a decimal number.
\n
\
This parses both integers and floating point numbers."
)
This parses both integers and floating point numbers.
\n
\
It ignores leading spaces and tabs."
)
(
str
)
register
Lisp_Object
str
;
{
...
...
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