Apply typo patches from Paul Eggert.
This commit is contained in:
parent
16a4a21d01
commit
eb8c3be94e
151 changed files with 388 additions and 388 deletions
|
@ -71,10 +71,10 @@
|
|||
"Number of highest bit")
|
||||
|
||||
(defconst mantissa-maxval (1- (ash 1 maxbit))
|
||||
"Maximum permissable value of mantissa")
|
||||
"Maximum permissible value of mantissa")
|
||||
|
||||
(defconst mantissa-minval (ash 1 maxbit)
|
||||
"Minimum permissable value of mantissa")
|
||||
"Minimum permissible value of mantissa")
|
||||
|
||||
(defconst floating-point-regexp
|
||||
"^[ \t]*\\(-?\\)\\([0-9]*\\)\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue