aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2007-02-26 09:40:04 +0000
committerJuanma Barranquero2007-02-26 09:40:04 +0000
commit7af1dacf7d47b5fd4c80f25115603c375abe5cd6 (patch)
treedcc20882f5361cb535d335e955fcca15deee0f87
parentf81bf13127c767c80bb275b927f4bd65a7643b0e (diff)
downloademacs-7af1dacf7d47b5fd4c80f25115603c375abe5cd6.tar.gz
emacs-7af1dacf7d47b5fd4c80f25115603c375abe5cd6.zip
(font-lock-mode): Doc fix.
-rw-r--r--lisp/ChangeLog24
-rw-r--r--lisp/font-core.el4
2 files changed, 14 insertions, 14 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 74f5389f3fb..1b23188a41b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,11 +1,16 @@
12007-02-26 Johan Bockg,Ae(Brd <bojohan@dd.chalmers.se>
2
3 * font-core.el (font-lock-mode): Doc fix.
4
12007-02-25 Kim F. Storm <storm@cua.dk> 52007-02-25 Kim F. Storm <storm@cua.dk>
2 6
3 * ido.el (ido-buffer-internal): Set this-command to fallback command. 7 * ido.el (ido-buffer-internal): Set this-command to fallback command.
4 Add selected buffer to buffer-name-history. 8 Add selected buffer to buffer-name-history.
5 (ido-file-internal): Set this-command to fallback command. 9 (ido-file-internal): Set this-command to fallback command.
6 Add file names to to file-name-history. 10 Add file names to file-name-history.
7 11
8 * emacs-lisp/map-ynp.el (map-y-or-n-p): Apply minibuffer-prompt-properties. 12 * emacs-lisp/map-ynp.el (map-y-or-n-p):
13 Apply minibuffer-prompt-properties.
9 14
102007-02-25 Andreas Schwab <schwab@suse.de> 152007-02-25 Andreas Schwab <schwab@suse.de>
11 16
@@ -24,8 +29,7 @@
24 (org-table-limit-column-width): Option removed. 29 (org-table-limit-column-width): Option removed.
25 (org-table-formula-numbers-only): Option removed. 30 (org-table-formula-numbers-only): Option removed.
26 (org-link-style, org-link-format): Options removed. 31 (org-link-style, org-link-format): Options removed.
27 (org-select-agenda-window, org-fit-agenda-window): Options 32 (org-select-agenda-window, org-fit-agenda-window): Options removed.
28 removed.
29 (org-export-ascii-show-new-buffer) 33 (org-export-ascii-show-new-buffer)
30 (org-export-html-show-new-buffer): Options removed. 34 (org-export-html-show-new-buffer): Options removed.
31 (org-activate-links): Camel option removed. 35 (org-activate-links): Camel option removed.
@@ -53,10 +57,10 @@
53 (orgtbl-toggle-comment, orgtbl-send-table): New functions. 57 (orgtbl-toggle-comment, orgtbl-send-table): New functions.
54 (orgtbl-radio-table-templates): New option. 58 (orgtbl-radio-table-templates): New option.
55 (org-store-link-props): 59 (org-store-link-props):
56 (org-remember-templates): More possibilities to insert info into 60 (org-remember-templates): More possibilities to insert info
57 templates. 61 into templates.
58 (org-remember-apply-template): Make use of the extended template 62 (org-remember-apply-template): Make use of the extended
59 capabilities. 63 template capabilities.
60 (org-remember-redo-template): New command. 64 (org-remember-redo-template): New command.
61 (org-upgrade-old-links) 65 (org-upgrade-old-links)
62 (org-table-modify-formulas, org-table-replace-in-formulas) 66 (org-table-modify-formulas, org-table-replace-in-formulas)
@@ -131,8 +135,8 @@
131 (org-sort): New command. 135 (org-sort): New command.
132 (org-table-sort-lines): Use `org-do-sort'. 136 (org-table-sort-lines): Use `org-do-sort'.
133 (org-fix-decoded-time): New function. 137 (org-fix-decoded-time): New function.
134 (org-table-number-regexp): Require 0x... to identify as number in 138 (org-table-number-regexp): Require 0x... to identify as number
135 tables. 139 in tables.
136 (org-startup-options): New keywords for note taking. 140 (org-startup-options): New keywords for note taking.
137 (org-upgrade-old-links): Function removed. 141 (org-upgrade-old-links): Function removed.
138 (org-get-repeat): New function. 142 (org-get-repeat): New function.
diff --git a/lisp/font-core.el b/lisp/font-core.el
index da355b8b6aa..3edf2140393 100644
--- a/lisp/font-core.el
+++ b/lisp/font-core.el
@@ -124,10 +124,6 @@ generally prefer. When you turn Font Lock mode on/off the buffer is
124fontified/defontified, though fontification occurs only if the buffer is 124fontified/defontified, though fontification occurs only if the buffer is
125less than `font-lock-maximum-size'. 125less than `font-lock-maximum-size'.
126 126
127For example, to use maximum levels of fontification, put in your ~/.emacs:
128
129 (setq font-lock-maximum-decoration t)
130
131To add your own highlighting for some major mode, and modify the highlighting 127To add your own highlighting for some major mode, and modify the highlighting
132selected automatically via the variable `font-lock-maximum-decoration', you can 128selected automatically via the variable `font-lock-maximum-decoration', you can
133use `font-lock-add-keywords'. 129use `font-lock-add-keywords'.