diff options
| author | Juri Linkov | 2009-11-29 23:57:18 +0000 |
|---|---|---|
| committer | Juri Linkov | 2009-11-29 23:57:18 +0000 |
| commit | 29a483ace468fdb0487c12d7b5644386351ef230 (patch) | |
| tree | ab004583db3a20ca205e63a4cf642c8a299a7e08 | |
| parent | 08e968f330f898567d39e535c61575b8d6f13afb (diff) | |
| download | emacs-29a483ace468fdb0487c12d7b5644386351ef230.tar.gz emacs-29a483ace468fdb0487c12d7b5644386351ef230.zip | |
(Highlight Interactively): Actually a list of
default faces is pre-loaded into a list of default values
instead of the history.
| -rw-r--r-- | doc/emacs/ChangeLog | 6 | ||||
| -rw-r--r-- | doc/emacs/display.texi | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 9f54866e6ad..8a3ed7e5ea7 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2009-11-29 Juri Linkov <juri@jurta.org> | ||
| 2 | |||
| 3 | * display.texi (Highlight Interactively): Actually a list of | ||
| 4 | default faces is pre-loaded into a list of default values | ||
| 5 | instead of the history. | ||
| 6 | |||
| 1 | 2009-11-20 Glenn Morris <rgm@gnu.org> | 7 | 2009-11-20 Glenn Morris <rgm@gnu.org> |
| 2 | 8 | ||
| 3 | * ack.texi (Acknowledgments): | 9 | * ack.texi (Acknowledgments): |
diff --git a/doc/emacs/display.texi b/doc/emacs/display.texi index e1ad59929c6..063aa7d6f0e 100644 --- a/doc/emacs/display.texi +++ b/doc/emacs/display.texi | |||
| @@ -709,8 +709,8 @@ the buffer is loaded. For example, to highlight all occurrences of | |||
| 709 | the word ``whim'' using the default face (a yellow background) | 709 | the word ``whim'' using the default face (a yellow background) |
| 710 | @kbd{C-x w h whim @key{RET} @key{RET}}. Any face can be used for | 710 | @kbd{C-x w h whim @key{RET} @key{RET}}. Any face can be used for |
| 711 | highlighting, Hi Lock provides several of its own and these are | 711 | highlighting, Hi Lock provides several of its own and these are |
| 712 | pre-loaded into a history list. While being prompted for a face use | 712 | pre-loaded into a list of default values. While being prompted |
| 713 | @kbd{M-p} and @kbd{M-n} to cycle through them. | 713 | for a face use @kbd{M-n} and @kbd{M-p} to cycle through them. |
| 714 | 714 | ||
| 715 | You can use this command multiple times, specifying various regular | 715 | You can use this command multiple times, specifying various regular |
| 716 | expressions to highlight in different ways. | 716 | expressions to highlight in different ways. |