aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorRichard M. Stallman2003-04-06 20:42:09 +0000
committerRichard M. Stallman2003-04-06 20:42:09 +0000
commiteb67c5d64da2a2eb5669f0d77871ad8903098b3e (patch)
tree6a38608e06d082c47997af7e9360995ab7c7c177 /etc
parent4f06187ff25aec873a5f79606f465774562cbd49 (diff)
downloademacs-eb67c5d64da2a2eb5669f0d77871ad8903098b3e.tar.gz
emacs-eb67c5d64da2a2eb5669f0d77871ad8903098b3e.zip
*** empty log message ***
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 104a24fa0ef..13e86b51acf 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1178,6 +1178,11 @@ timing measurements of code (including the garbage collection component).
1178 1178
1179* Lisp Changes in Emacs 21.4 1179* Lisp Changes in Emacs 21.4
1180 1180
1181** The function `number-sequence' returns a list of equally-separated
1182numbers. For instance, (number-sequence 4 9) returns (4 5 6 7 8 9).
1183By default, the separation is 1, but you can specify a different separation
1184as the third argument. (number-sequence 1.5 6 2) returns (1.5 3.5 5.5).
1185
1181** `set-fontset-font', `fontset-info', `fontset-font' now operate on 1186** `set-fontset-font', `fontset-info', `fontset-font' now operate on
1182the default fontset if the argument NAME is nil.. 1187the default fontset if the argument NAME is nil..
1183 1188