aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorGlenn Morris2014-02-06 23:18:02 -0800
committerGlenn Morris2014-02-06 23:18:02 -0800
commit99cf38598cd4ac71407b542ba0054fa0df018eb1 (patch)
tree20a2135ebc933ece0c87cef64a66b99fa51c3005 /etc
parente4eaacacc664e5469558350521add4f0b4163818 (diff)
downloademacs-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/NEWS10
1 files changed, 5 insertions, 5 deletions
diff --git a/etc/NEWS b/etc/NEWS
index e2dcadb559f..35e673a8076 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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+++
611will cycle through faces in `hi-lock-face-defaults' without prompting. 611*** New global command `M-s h .' (`highlight-symbol-at-point') highlights
612the 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
615highlights the symbol found near point without prompting, 616will cycle through faces in `hi-lock-face-defaults' without prompting.
616using 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