]> git.eshelyaron.com Git - emacs.git/commitdiff
(font-lock-mode): Doc fix.
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 26 Feb 2007 09:40:04 +0000 (09:40 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 26 Feb 2007 09:40:04 +0000 (09:40 +0000)
lisp/ChangeLog
lisp/font-core.el

index 74f5389f3fb5190b973c4de14db38cf1a2aea896..1b23188a41b7d61ff705fdd2e26b1395c8327c0f 100644 (file)
@@ -1,11 +1,16 @@
+2007-02-26  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
+
+       * font-core.el (font-lock-mode): Doc fix.
+
 2007-02-25  Kim F. Storm  <storm@cua.dk>
 
        * ido.el (ido-buffer-internal): Set this-command to fallback command.
        Add selected buffer to buffer-name-history.
        (ido-file-internal): Set this-command to fallback command.
-       Add file names to to file-name-history.
+       Add file names to file-name-history.
 
-       * emacs-lisp/map-ynp.el (map-y-or-n-p): Apply minibuffer-prompt-properties.
+       * emacs-lisp/map-ynp.el (map-y-or-n-p):
+       Apply minibuffer-prompt-properties.
 
 2007-02-25  Andreas Schwab  <schwab@suse.de>
 
@@ -24,8 +29,7 @@
        (org-table-limit-column-width): Option removed.
        (org-table-formula-numbers-only): Option removed.
        (org-link-style, org-link-format): Options removed.
-       (org-select-agenda-window, org-fit-agenda-window): Options
-       removed.
+       (org-select-agenda-window, org-fit-agenda-window): Options removed.
        (org-export-ascii-show-new-buffer)
        (org-export-html-show-new-buffer): Options removed.
        (org-activate-links): Camel option removed.
        (orgtbl-toggle-comment, orgtbl-send-table): New functions.
        (orgtbl-radio-table-templates): New option.
        (org-store-link-props):
-       (org-remember-templates): More possibilities to insert info into
-       templates.
-       (org-remember-apply-template): Make use of the extended template
-       capabilities.
+       (org-remember-templates): More possibilities to insert info
+       into templates.
+       (org-remember-apply-template): Make use of the extended
+       template capabilities.
        (org-remember-redo-template): New command.
        (org-upgrade-old-links)
        (org-table-modify-formulas, org-table-replace-in-formulas)
        (org-sort): New command.
        (org-table-sort-lines): Use `org-do-sort'.
        (org-fix-decoded-time): New function.
-       (org-table-number-regexp): Require 0x... to identify as number in
-       tables.
+       (org-table-number-regexp): Require 0x... to identify as number
+       in tables.
        (org-startup-options): New keywords for note taking.
        (org-upgrade-old-links): Function removed.
        (org-get-repeat): New function.
index da355b8b6aa503e98bed5b0e7233273becb617be..3edf2140393070b889c1185e066e061e7f56fa31 100644 (file)
@@ -124,10 +124,6 @@ generally prefer.  When you turn Font Lock mode on/off the buffer is
 fontified/defontified, though fontification occurs only if the buffer is
 less than `font-lock-maximum-size'.
 
-For example, to use maximum levels of fontification, put in your ~/.emacs:
-
- (setq font-lock-maximum-decoration t)
-
 To add your own highlighting for some major mode, and modify the highlighting
 selected automatically via the variable `font-lock-maximum-decoration', you can
 use `font-lock-add-keywords'.