# HG changeset patch # User Juri Linkov # Date 1259539038 0 # Node ID da01d19630f43646febde01b84e940f295e6226d # Parent 7e145cf487cf8004d85fabdbfed75c2681533b91 (Highlight Interactively): Actually a list of default faces is pre-loaded into a list of default values instead of the history. diff -r 7e145cf487cf -r da01d19630f4 doc/emacs/ChangeLog --- 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 + + * 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 * ack.texi (Acknowledgments): diff -r 7e145cf487cf -r da01d19630f4 doc/emacs/display.texi --- 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.