aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorGerd Moellmann2000-06-13 23:51:46 +0000
committerGerd Moellmann2000-06-13 23:51:46 +0000
commit25fa6debbea3ba1ac14ae834736340de85a44317 (patch)
tree0f176eb120747e8b7b93d0ada522039dbfb721d3 /etc
parent25e381684c51a75283bc42fab73a70248fa03916 (diff)
downloademacs-25fa6debbea3ba1ac14ae834736340de85a44317.tar.gz
emacs-25fa6debbea3ba1ac14ae834736340de85a44317.zip
*** empty log message ***
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index fd2b817a496..0751469e9bd 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1222,6 +1222,10 @@ functionality with aliases for the mldrag functions.
1222* Lisp changes made after edition 2.6 of the Emacs Lisp Manual, 1222* Lisp changes made after edition 2.6 of the Emacs Lisp Manual,
1223(Display-related features are described in a page of their own below.) 1223(Display-related features are described in a page of their own below.)
1224 1224
1225** If the variable `message-truncate-lines' is bound to t around a
1226call to `message', the echo area will not be resized to display that
1227message; it will be truncated instead.
1228
1225** The variable line-number-display-limit can now be set to nil, 1229** The variable line-number-display-limit can now be set to nil,
1226meaning no limit. 1230meaning no limit.
1227 1231