Mercurial > emacs
changeset 106322:da01d19630f4
(Highlight Interactively): Actually a list of
default faces is pre-loaded into a list of default values
instead of the history.
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Sun, 29 Nov 2009 23:57:18 +0000 |
parents | 7e145cf487cf |
children | 233d17a2b6f0 |
files | doc/emacs/ChangeLog doc/emacs/display.texi |
diffstat | 2 files changed, 8 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/emacs/ChangeLog Sun Nov 29 23:55:57 2009 +0000 +++ b/doc/emacs/ChangeLog Sun Nov 29 23:57:18 2009 +0000 @@ -1,3 +1,9 @@ +2009-11-29 Juri Linkov <juri@jurta.org> + + * display.texi (Highlight Interactively): Actually a list of + default faces is pre-loaded into a list of default values + instead of the history. + 2009-11-20 Glenn Morris <rgm@gnu.org> * ack.texi (Acknowledgments):
--- a/doc/emacs/display.texi Sun Nov 29 23:55:57 2009 +0000 +++ b/doc/emacs/display.texi Sun Nov 29 23:57:18 2009 +0000 @@ -709,8 +709,8 @@ the word ``whim'' using the default face (a yellow background) @kbd{C-x w h whim @key{RET} @key{RET}}. Any face can be used for highlighting, Hi Lock provides several of its own and these are -pre-loaded into a history list. While being prompted for a face use -@kbd{M-p} and @kbd{M-n} to cycle through them. +pre-loaded into a list of default values. While being prompted +for a face use @kbd{M-n} and @kbd{M-p} to cycle through them. You can use this command multiple times, specifying various regular expressions to highlight in different ways.