diff options
| author | Juri Linkov | 2019-10-30 02:08:55 +0200 |
|---|---|---|
| committer | Juri Linkov | 2019-10-30 02:08:55 +0200 |
| commit | 9e10ee754c8ffbe715879b7bba37a4523c8ee59d (patch) | |
| tree | be39c6f4ef9ee8575f24c3b0de93817ae51fa8ae | |
| parent | 7ce00e9a8bf9dc3793348d2c6f4762e90f45c11b (diff) | |
| download | emacs-9e10ee754c8ffbe715879b7bba37a4523c8ee59d.tar.gz emacs-9e10ee754c8ffbe715879b7bba37a4523c8ee59d.zip | |
* etc/NEWS: Update renamed function read-char-from-minibuffer.
| -rw-r--r-- | etc/NEWS | 9 |
1 files changed, 5 insertions, 4 deletions
| @@ -476,7 +476,7 @@ bind it. | |||
| 476 | 476 | ||
| 477 | +++ | 477 | +++ |
| 478 | ** 'zap-to-char' now uses history of characters you used to zap to. | 478 | ** 'zap-to-char' now uses history of characters you used to zap to. |
| 479 | 'zap-to-char' uses the new 'read-char-with-history' function to allow | 479 | 'zap-to-char' uses the new 'read-char-from-minibuffer' function to allow |
| 480 | navigating through the history of characters that have been input. | 480 | navigating through the history of characters that have been input. |
| 481 | This is mostly useful for characters that have complex input methods | 481 | This is mostly useful for characters that have complex input methods |
| 482 | where inputting the character again may involve many keystrokes. | 482 | where inputting the character again may involve many keystrokes. |
| @@ -2480,9 +2480,10 @@ This macro works like 'progn', but messages how long it takes to | |||
| 2480 | evaluate the body forms. The value of the last form is the return | 2480 | evaluate the body forms. The value of the last form is the return |
| 2481 | value. | 2481 | value. |
| 2482 | 2482 | ||
| 2483 | ** New function 'read-char-with-history'. | 2483 | ** New function 'read-char-from-minibuffer'. |
| 2484 | This function works like 'read-char', but maintains a history that can | 2484 | This function works like 'read-char', but uses 'read-from-minibuffer' |
| 2485 | be navigated via the 'M-p'/'M-n' keystrokes. | 2485 | to read a character, so it maintains a history that can be navigated |
| 2486 | via usual minibuffer keystrokes 'M-p'/'M-n'. | ||
| 2486 | 2487 | ||
| 2487 | ** 'setq-local' can now set an arbitrary number of variables, which | 2488 | ** 'setq-local' can now set an arbitrary number of variables, which |
| 2488 | makes the syntax more like 'setq'. | 2489 | makes the syntax more like 'setq'. |