aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorPaul Eggert2020-01-26 00:58:57 -0800
committerPaul Eggert2020-01-26 00:59:25 -0800
commit491c909175eb9ff99ff3fdf766e81b333b9d316a (patch)
tree2f6d03cce4a4b88a5f18e52df61b25ac72a637a1 /etc
parent26d890c9ccb1e95f5451432bb6bb764b590b165e (diff)
downloademacs-491c909175eb9ff99ff3fdf766e81b333b9d316a.tar.gz
emacs-491c909175eb9ff99ff3fdf766e81b333b9d316a.zip
Improve doc for emacs-source-directory (Bug#36527).
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS5
1 files changed, 3 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index c3a71ade8ac..276b8f46e81 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -148,8 +148,9 @@ called when the function object is garbage-collected. Use
148** 'parse-time-string' can now parse ISO 8601 format strings, 148** 'parse-time-string' can now parse ISO 8601 format strings,
149such as "2020-01-15T16:12:21-08:00". 149such as "2020-01-15T16:12:21-08:00".
150 150
151** The new variable 'emacs-source-directory' gives the Emacs source 151** The new variable 'emacs-source-directory' gives the location of
152code location. 152a copy of the Emacs source code, which is now typically installed as a
153set of compressed source-code files.
153 154
154 155
155* Changes in Emacs 28.1 on Non-Free Operating Systems 156* Changes in Emacs 28.1 on Non-Free Operating Systems