diff options
| author | Noam Postavsky | 2019-08-08 19:35:53 -0400 |
|---|---|---|
| committer | Noam Postavsky | 2019-08-08 19:35:53 -0400 |
| commit | b055ec0d85848987d0ba3962c32fb822b292dfd7 (patch) | |
| tree | 12660ecec855381176bee078b128893596b1bf8e /etc | |
| parent | f9beb2bfa9cdccde79793ab2ab8b88797b30b9f0 (diff) | |
| download | emacs-b055ec0d85848987d0ba3962c32fb822b292dfd7.tar.gz emacs-b055ec0d85848987d0ba3962c32fb822b292dfd7.zip | |
Say how to enable event designators in the eshell manual
* doc/misc/eshell.texi (History): Mention that event designators need
to be enabled.
* etc/NEWS: Mark corresponding entry as documented in manual.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -1346,7 +1346,7 @@ default, and not just the opening element. | |||
| 1346 | behave similarly, e.g. Pcomplete's default cycling can be obtained | 1346 | behave similarly, e.g. Pcomplete's default cycling can be obtained |
| 1347 | with '(setq completion-cycle-threshold 5)'. | 1347 | with '(setq completion-cycle-threshold 5)'. |
| 1348 | 1348 | ||
| 1349 | --- | 1349 | +++ |
| 1350 | *** Expansion of history event designators is disabled by default. | 1350 | *** Expansion of history event designators is disabled by default. |
| 1351 | To restore the old behavior, use | 1351 | To restore the old behavior, use |
| 1352 | 1352 | ||