emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-25 80e2044: ; * etc/NEWS: Improve previous change.


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-25 80e2044: ; * etc/NEWS: Improve previous change.
Date: Sat, 2 Jul 2016 18:51:22 +0000 (UTC)

branch: emacs-25
commit 80e2044a7f19719720d330e2796c9dfe5471e100
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    ; * etc/NEWS: Improve previous change.
---
 etc/NEWS |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/etc/NEWS b/etc/NEWS
index eff17ee..b7bf468 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1887,11 +1887,11 @@ scroll bars on the selected frame.
 for individual frames and in 'default-frame-alist'.
 
 ***** The 'horizontal-scroll-bars' parameter was already present and non-nil
-by default in Emacs 24 (although it didn't have any effect).  This
-could cause a problem if you share your desktop files with Emacs 24:
-saving desktop in v24, then restoring it in v25.1 would turn on
-horizontal scroll bars in all buffers.  To resolve this issue, put
-this in your ~/.emacs init file
+by default in Emacs 24 and before (although it didn't have any
+effect).  This could cause a problem if you share your desktop files
+with older versions of Emacs: saving desktop in Emacs before v25.1,
+then restoring it in v25.1 would turn on horizontal scroll bars in all
+buffers.  To resolve this issue, put this in your ~/.emacs init file:
 
   (modify-all-frames-parameters '((horizontal-scroll-bars . nil)))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]