diff options
| author | Gerd Moellmann | 2000-06-13 23:51:46 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-06-13 23:51:46 +0000 |
| commit | 25fa6debbea3ba1ac14ae834736340de85a44317 (patch) | |
| tree | 0f176eb120747e8b7b93d0ada522039dbfb721d3 /etc | |
| parent | 25e381684c51a75283bc42fab73a70248fa03916 (diff) | |
| download | emacs-25fa6debbea3ba1ac14ae834736340de85a44317.tar.gz emacs-25fa6debbea3ba1ac14ae834736340de85a44317.zip | |
*** empty log message ***
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -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 | ||
| 1226 | call to `message', the echo area will not be resized to display that | ||
| 1227 | message; 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, |
| 1226 | meaning no limit. | 1230 | meaning no limit. |
| 1227 | 1231 | ||