all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Juri Linkov <juri@jurta.org>
Cc: emacs-devel@gnu.org
Subject: Re: Changing occur-hook to occur-functions
Date: Mon, 04 Jul 2005 03:29:59 +0300	[thread overview]
Message-ID: <87br5jmd77.fsf@jurta.org> (raw)
In-Reply-To: <f7ccd24b0507021201620af0e7@mail.gmail.com> (Juanma Barranquero's message of "Sat, 2 Jul 2005 21:01:13 +0200")

BTW, the docstrings of `compilation-mode-hook' doesn't match the code.
I suppose that the code is right and that only docstrings need to be fixed:

Index: lisp/progmodes/compile.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/progmodes/compile.el,v
retrieving revision 1.363
diff -u -r1.363 compile.el
--- lisp/progmodes/compile.el	28 Jun 2005 18:57:00 -0000	1.363
+++ lisp/progmodes/compile.el	4 Jul 2005 00:29:16 -0000
@@ -78,7 +78,7 @@
 
 ;;;###autoload
 (defcustom compilation-mode-hook nil
-  "*List of hook functions run by `compilation-mode' (see `run-hooks')."
+  "*List of hook functions run by `compilation-mode' (see `run-mode-hooks')."
   :type 'hook
   :group 'compilation)
 
@@ -1213,7 +1213,7 @@
 move point to the error message line and type \\[compile-goto-error].
 To kill the compilation, type \\[kill-compilation].
 
-Runs `compilation-mode-hook' with `run-hooks' (which see).
+Runs `compilation-mode-hook' with `run-mode-hooks' (which see).
 
 \\{compilation-mode-map}"
   (interactive)

-- 
Juri Linkov
http://www.jurta.org/emacs/

      parent reply	other threads:[~2005-07-04  0:29 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-07-02 18:40 Changing occur-hook to occur-functions Juanma Barranquero
2005-07-02 19:01 ` Juanma Barranquero
2005-07-03 20:42   ` Richard M. Stallman
2005-07-03 21:33     ` Juanma Barranquero
2005-07-04  4:02     ` Juanma Barranquero
2005-07-04 16:48       ` Richard M. Stallman
2005-07-04 22:39         ` Juanma Barranquero
2005-07-04  0:29   ` Juri Linkov
2005-07-04  8:00     ` Juanma Barranquero
2005-07-05  4:35       ` Richard M. Stallman
2005-07-05  8:32         ` Juanma Barranquero
2005-07-05  9:29           ` Lute Kamstra
2005-07-05  5:27       ` Juri Linkov
2005-07-05 10:15         ` Juanma Barranquero
2005-07-04  0:29   ` Juri Linkov [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87br5jmd77.fsf@jurta.org \
    --to=juri@jurta.org \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.