aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCharles A. Roelli2017-10-01 17:41:49 +0200
committerCharles A. Roelli2017-10-01 17:41:49 +0200
commit98dc91fda8d81e6b51e71fd4a034f6cb87537d52 (patch)
tree0f55126e2c89bd933ef04ee2b3fa2e6a6a583b0a
parent539d8626cda36957adc480d7f63c3557ad169f70 (diff)
downloademacs-98dc91fda8d81e6b51e71fd4a034f6cb87537d52.tar.gz
emacs-98dc91fda8d81e6b51e71fd4a034f6cb87537d52.zip
Remove incorrect NEWS entry about 'find-library'
* etc/NEWS (Changes in Emacs 26.1): Remove an entry about 'find-library' taking a prefix argument to pop to a different window. This behavior was added in "Allow a prefix argument to find-library to pop to a different window" (commit e1f2d14a), and then removed in "New commands: find-library-other-window, find-library-other-frame" (commit 021430f4).
-rw-r--r--etc/NEWS4
1 files changed, 0 insertions, 4 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 51122b1152a..b734e8dd19c 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -300,10 +300,6 @@ header line.
300part of minibuffers. 300part of minibuffers.
301 301
302--- 302---
303** 'find-library' now takes a prefix argument to pop to a different
304window.
305
306---
307** 'fill-paragraph' no longer marks the buffer as changed unless it 303** 'fill-paragraph' no longer marks the buffer as changed unless it
308actually changed something. 304actually changed something.
309 305