aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2002-02-19 11:07:20 +0000
committerEli Zaretskii2002-02-19 11:07:20 +0000
commitc4f59bcf1fddba7cd6f9aa7de0320011048f1074 (patch)
treebc40989ffe032a9b8e93e3cc1b1424762b027c7b
parentf120431c7ecafeded71dda4c2498dca8c9a8849e (diff)
downloademacs-c4f59bcf1fddba7cd6f9aa7de0320011048f1074.tar.gz
emacs-c4f59bcf1fddba7cd6f9aa7de0320011048f1074.zip
Document the optional second arg of `atan'.
-rw-r--r--etc/NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 6ab8d2b2bcb..00f15dfd5b6 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -626,6 +626,13 @@ This is like window-height but does not count the mode line
626or the header line. 626or the header line.
627 627
628+++ 628+++
629** The function `atan' now accepts an optional second argument.
630
631When called with 2 arguments, as in `(atan Y X)', `atan' returns the
632angle in radians between the vector [X, Y] and the X axis. (This is
633equivalent to the standard C library function `atan2'.)
634
635+++
629** You can now make a window as short as one line. 636** You can now make a window as short as one line.
630 637
631A window that is just one line tall does not display either a mode 638A window that is just one line tall does not display either a mode