From: Juri Linkov Date: Sun, 29 Nov 2009 23:57:18 +0000 (+0000) Subject: (Highlight Interactively): Actually a list of X-Git-Tag: emacs-pretest-23.1.90~168 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=29a483ace468fdb0487c12d7b5644386351ef230;p=emacs.git (Highlight Interactively): Actually a list of default faces is pre-loaded into a list of default values instead of the history. --- 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 @@ +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 --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 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.