aboutsummaryrefslogtreecommitdiffstats
path: root/src/editfns.c
diff options
context:
space:
mode:
authorJoakim Verona2011-12-28 11:34:15 +0100
committerJoakim Verona2011-12-28 11:34:15 +0100
commit2f74c36bf173b5ad01f99e0d1b31b9b8fa5c8f2f (patch)
tree034e65ef002631d0aba8fc1a41e9984fc557e630 /src/editfns.c
parentbb29f044aa967831cd664c54eba0de0c701436ce (diff)
parentd23ab8e8726ecb7e3554644857b4a58e5f7408f1 (diff)
downloademacs-2f74c36bf173b5ad01f99e0d1b31b9b8fa5c8f2f.tar.gz
emacs-2f74c36bf173b5ad01f99e0d1b31b9b8fa5c8f2f.zip
upstream
Diffstat (limited to 'src/editfns.c')
-rw-r--r--src/editfns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/editfns.c b/src/editfns.c
index 83cd4bd5535..7077f40e51c 100644
--- a/src/editfns.c
+++ b/src/editfns.c
@@ -3870,7 +3870,7 @@ usage: (format STRING &rest OBJECTS) */)
3870 enum 3870 enum
3871 { 3871 {
3872 /* Maximum precision for a %f conversion such that the 3872 /* Maximum precision for a %f conversion such that the
3873 trailing output digit might be nonzero. Any precisions 3873 trailing output digit might be nonzero. Any precision
3874 larger than this will not yield useful information. */ 3874 larger than this will not yield useful information. */
3875 USEFUL_PRECISION_MAX = 3875 USEFUL_PRECISION_MAX =
3876 ((1 - DBL_MIN_EXP) 3876 ((1 - DBL_MIN_EXP)