Mercurial > emacs
diff src/data.c @ 48996:7931f73b31db
(Fstring_to_number, Fminus): Better English in doc strings.
| author | Francesco Potort? <pot@gnu.org> |
|---|---|
| date | Sun, 29 Dec 2002 19:13:55 +0000 |
| parents | 39ba2cdf869e |
| children | d23ab2416c49 d7ddb3e565de |
line wrap: on
line diff
--- a/src/data.c Sun Dec 29 19:13:29 2002 +0000 +++ b/src/data.c Sun Dec 29 19:13:55 2002 +0000 @@ -2318,7 +2318,7 @@ } 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 @@ } DEFUN ("-", Fminus, Sminus, 0, MANY, 0, - doc: /* Negate number or subtract numbers or markers, returns 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) */)
