]> git.eshelyaron.com Git - emacs.git/commitdiff
* jit-lock.el (jit-lock): Remove links to removed Support Modes
authorJuri Linkov <juri@jurta.org>
Thu, 25 Mar 2004 10:47:17 +0000 (10:47 +0000)
committerJuri Linkov <juri@jurta.org>
Thu, 25 Mar 2004 10:47:17 +0000 (10:47 +0000)
Info node.

lisp/ChangeLog
lisp/jit-lock.el

index c8982d7d8db0ca185b6718e762cce68093c2b084..20c1871c67371410be46b249c849080aa0bbf2e8 100644 (file)
@@ -1,7 +1,34 @@
+2004-03-25  Juri Linkov  <juri@jurta.org>
+
+       * descr-text.el (describe-property-list): Add a button
+       for `face' property that calls `describe-face'.
+       Suggested by luis fernandes <elf@ee.ryerson.ca>
+
+       * international/mule.el (keyboard-coding-system):
+       * kmacro.el (kmacro-call-macro): Fix docstring.
+
+       * dired.el: Fix comments.
+
+       * textmodes/fill.el (fill): Fix Info link.
+
+       * font-lock.el (fast-lock, lazy-lock):
+       * jit-lock.el (jit-lock): Remove links to removed Support Modes
+       Info node.
+
+       * info-xref.el: Fix commentary.
+
+2004-03-25  Kevin Ryde  <user42@zip.com.au>
+
+       * info-xref.el (info-xref-check-buffer): Report empty filename parts.
+       Remove spurious node duplicate suppression, doesn't work, not wanted.
+       (info-xref-output): Take format style args, add "sit-for 0" to let
+       user see the results as they progress.
+       (info-xref-check-all-custom): New function.
+
 2004-03-25  Nick Roberts  <nick@nick.uklinux.net>
 
        * gdb-ui.el: Moved to progmodes.
-       
+
 2004-03-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
 
        * calendar/appt.el (appt-check): Remove superfluous progn.
@@ -18,7 +45,7 @@
 2004-03-23  Dave Love  <fx@gnu.org>
 
        * dired.el (dired) <defgroup>: Add link to manual.
-       (dired-font-lock-keywords): Ad highlighting on unusual permissions.
+       (dired-font-lock-keywords): Add highlighting on unusual permissions.
        (dired-revert): Use dolist.
        (dired-mode-map): Add U binding.
        (dired-mode): Add font-lock-beginning-of-syntax-function.
index 67b1bfbe022a6fd78981231694266391fbfda32f..43c8457c80b9fe887b0ef7b90e4607850175ddcf 100644 (file)
@@ -60,7 +60,6 @@ Preserves the `buffer-modified-p' state of the current buffer."
 
 (defgroup jit-lock nil
   "Font Lock support mode to fontify just-in-time."
-  :link '(custom-manual "(emacs)Support Modes")
   :version "21.1"
   :group 'font-lock)