diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS.1-17 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/NEWS.1-17 b/etc/NEWS.1-17 index 2ffd5e1e15b..5fbc872d3e9 100644 --- a/etc/NEWS.1-17 +++ b/etc/NEWS.1-17 | |||
| @@ -1612,7 +1612,7 @@ Changes in Emacs 13 | |||
| 1612 | The string "../lisp" now adds to the front of the load-path | 1612 | The string "../lisp" now adds to the front of the load-path |
| 1613 | used for searching for Lisp files during Emacs initialization. | 1613 | used for searching for Lisp files during Emacs initialization. |
| 1614 | It used to replace the path specified in paths.h entirely. | 1614 | It used to replace the path specified in paths.h entirely. |
| 1615 | Now the directory ../lisp is searched first and the directoris | 1615 | Now the directory ../lisp is searched first and the directories |
| 1616 | specified in paths.h are searched afterward. | 1616 | specified in paths.h are searched afterward. |
| 1617 | 1617 | ||
| 1618 | 1618 | ||
| @@ -1670,7 +1670,7 @@ Changes in Emacs 1.12 | |||
| 1670 | the string, it is used unchanged. | 1670 | the string, it is used unchanged. |
| 1671 | 1671 | ||
| 1672 | One way this feature can be used is to fix bad keyboard | 1672 | One way this feature can be used is to fix bad keyboard |
| 1673 | designes. For example, on some terminals, Delete is | 1673 | designs. For example, on some terminals, Delete is |
| 1674 | Shift-Underscore. Since Delete is a more useful character | 1674 | Shift-Underscore. Since Delete is a more useful character |
| 1675 | than Underscore, it is an improvement to make the unshifted | 1675 | than Underscore, it is an improvement to make the unshifted |
| 1676 | character Delete and the shifted one Underscore. This can | 1676 | character Delete and the shifted one Underscore. This can |
| @@ -2446,7 +2446,7 @@ Changes in Emacs 1.1 | |||
| 2446 | containing *'s, etc, all processed by the shell). Also, you | 2446 | containing *'s, etc, all processed by the shell). Also, you |
| 2447 | can dired more than one directory; dired names the buffer | 2447 | can dired more than one directory; dired names the buffer |
| 2448 | according to the filespec or directory name. Reinvoking | 2448 | according to the filespec or directory name. Reinvoking |
| 2449 | dired on a directory already direded just switches back to | 2449 | dired on a directory already diredded just switches back to |
| 2450 | the same directory used last time; do M-x revert if you want | 2450 | the same directory used last time; do M-x revert if you want |
| 2451 | to read in the current contents of the directory. | 2451 | to read in the current contents of the directory. |
| 2452 | 2452 | ||