diff options
| author | Glenn Morris | 2014-02-06 23:18:02 -0800 |
|---|---|---|
| committer | Glenn Morris | 2014-02-06 23:18:02 -0800 |
| commit | 99cf38598cd4ac71407b542ba0054fa0df018eb1 (patch) | |
| tree | 20a2135ebc933ece0c87cef64a66b99fa51c3005 /etc | |
| parent | e4eaacacc664e5469558350521add4f0b4163818 (diff) | |
| download | emacs-99cf38598cd4ac71407b542ba0054fa0df018eb1.tar.gz emacs-99cf38598cd4ac71407b542ba0054fa0df018eb1.zip | |
Some hi-lock doc
* doc/emacs/display.texi (Highlight Interactively):
Mention hi-lock-auto-select-face.
* lisp/hi-lock.el (hi-lock-auto-select-face, hi-lock-line-face-buffer)
(hi-lock-face-buffer, hi-lock-face-phrase-buffer)
(hi-lock-face-symbol-at-point, hi-lock-read-face-name): Doc tweaks.
* etc/NEWS: Related edits.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 10 |
1 files changed, 5 insertions, 5 deletions
| @@ -607,13 +607,13 @@ callers to fit the image to a frame other than the selected frame. | |||
| 607 | 607 | ||
| 608 | ** Hi-Lock | 608 | ** Hi-Lock |
| 609 | 609 | ||
| 610 | *** New option `hi-lock-auto-select-face'. When non-nil, hi-lock commands | 610 | +++ |
| 611 | will cycle through faces in `hi-lock-face-defaults' without prompting. | 611 | *** New global command `M-s h .' (`highlight-symbol-at-point') highlights |
| 612 | the symbol found near point. | ||
| 612 | 613 | ||
| 613 | +++ | 614 | +++ |
| 614 | *** New global command `M-s h .' (`highlight-symbol-at-point') | 615 | *** New option `hi-lock-auto-select-face'. When non-nil, hi-lock commands |
| 615 | highlights the symbol found near point without prompting, | 616 | will cycle through faces in `hi-lock-face-defaults' without prompting. |
| 616 | using the next face automatically. | ||
| 617 | 617 | ||
| 618 | ** New Imenu option `imenu-generic-skip-comments-and-strings'. | 618 | ** New Imenu option `imenu-generic-skip-comments-and-strings'. |
| 619 | 619 | ||