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
558ee900
Commit
558ee900
authored
Dec 29, 2002
by
Francesco Potortì
Browse files
(Fstring_to_number, Fminus): Better English in doc strings.
parent
fa634a5e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/data.c
src/data.c
+2
-2
No files found.
src/data.c
View file @
558ee900
...
...
@@ -2318,7 +2318,7 @@ digit_to_number (character, base)
}
DEFUN
(
"string-to-number"
,
Fstring_to_number
,
Sstring_to_number
,
1
,
2
,
0
,
doc
:
/*
Return a number obtained by parsing STRING as a decimal
number.
doc
:
/*
Parse STRING as a decimal number and return the
number.
This parses both integers and floating point numbers.
It ignores leading spaces and tabs.
...
...
@@ -2561,7 +2561,7 @@ usage: (+ &rest NUMBERS-OR-MARKERS) */)
}
DEFUN
(
"-"
,
Fminus
,
Sminus
,
0
,
MANY
,
0
,
doc
:
/* Negate number or subtract numbers or markers
,
return
s
the result.
doc
:
/* Negate number or subtract numbers or markers
and
return the result.
With one arg, negates it. With more than one arg,
subtracts all but the first from the first.
usage: (- &optional NUMBER-OR-MARKER &rest MORE-NUMBERS-OR-MARKERS) */
)
...
...
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