1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-20 10:23:57 +00:00
emacs/lisp/erc
Chong Yidong ac6c8639bd Fix more minor mode docstrings.
* lisp/emulation/cua-base.el (cua-mode):
* lisp/mail/footnote.el (footnote-mode):
* lisp/mail/mailabbrev.el (mail-abbrevs-mode):
* lisp/net/xesam.el (xesam-minor-mode):
* lisp/progmodes/bug-reference.el (bug-reference-mode):
* lisp/progmodes/cap-words.el (capitalized-words-mode):
* lisp/progmodes/compile.el (compilation-minor-mode)
(compilation-shell-minor-mode):
* lisp/progmodes/gud.el (gud-tooltip-mode):
* lisp/progmodes/hideif.el (hide-ifdef-mode):
* lisp/progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
* lisp/progmodes/subword.el (subword-mode):
* lisp/progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
* lisp/progmodes/which-func.el (which-function-mode):
* lisp/term/tvi970.el (tvi970-set-keypad-mode):
* lisp/term/vt100.el (vt100-wide-mode):
* lisp/textmodes/flyspell.el (flyspell-mode):
* lisp/textmodes/ispell.el (ispell-minor-mode):
* lisp/textmodes/nroff-mode.el (nroff-electric-mode):
* lisp/textmodes/paragraphs.el (use-hard-newlines):
* lisp/textmodes/refill.el (refill-mode):
* lisp/textmodes/reftex.el (reftex-mode):
* lisp/textmodes/rst.el (rst-minor-mode):
* lisp/textmodes/sgml-mode.el (html-autoview-mode)
(sgml-electric-tag-pair-mode):
* lisp/textmodes/tex-mode.el (latex-electric-env-pair-mode):
* lisp/vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
* lisp/emulation/crisp.el (crisp-mode):
* lisp/emacs-lisp/eldoc.el (eldoc-mode):
* lisp/emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
minor mode behavior.

* lisp/erc/erc-fill.el (erc-fill-mode):
* lisp/erc/erc-track.el (erc-track-minor-mode): Doc fix.

* lisp/erc/erc.el (define-erc-module): Fix autogenerated docstring to
reflect Emacs 24 minor mode changes.

* lisp/gnus/gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
calling a minor mode from Lisp with nil arg enables it, so we have to
make the working a bit ambiguous here).
2011-10-19 20:26:14 -04:00
..
.gitignore
ChangeLog Fix more minor mode docstrings. 2011-10-19 20:26:14 -04:00
ChangeLog.01 Merge from emacs-23; up to 2010-06-03T05:41:49Z!rgm@gnu.org. 2011-02-27 17:07:29 -08:00
ChangeLog.02 Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
ChangeLog.03 Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
ChangeLog.04 Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
ChangeLog.05 Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
ChangeLog.06 Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
ChangeLog.07 Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
ChangeLog.08 Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
erc-autoaway.el Refill some long/short copyright headers. 2011-01-26 00:36:39 -08:00
erc-backend.el * lisp/erc/erc-backend.el (671): New response handler. 2011-05-03 10:37:51 +02:00
erc-button.el * erc-button.el (erc-button-next-function): Scoping fix (Bug#9487). 2011-09-23 17:22:31 -04:00
erc-capab.el Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
erc-compat.el Refill some long/short copyright headers. 2011-01-26 00:36:39 -08:00
erc-dcc.el Make ERC use completion-at-point 2011-04-26 10:50:09 -03:00
erc-ezbounce.el Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
erc-fill.el Fix more minor mode docstrings. 2011-10-19 20:26:14 -04:00
erc-goodies.el Refill some long/short copyright headers. 2011-01-26 00:36:39 -08:00
erc-ibuffer.el Refill some long/short copyright headers. 2011-01-26 00:36:39 -08:00
erc-identd.el Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
erc-imenu.el Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
erc-join.el Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
erc-lang.el Refill some long/short copyright headers. 2011-01-26 00:36:39 -08:00
erc-list.el Move keymap initialization into declaration. 2011-02-10 11:56:00 -05:00
erc-log.el Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
erc-match.el Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
erc-menu.el Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
erc-netsplit.el Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
erc-networks.el Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
erc-notify.el Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
erc-page.el Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
erc-pcomplete.el * lisp/minibuffer.el (completion--capf-wrapper): Check applicability before 2011-05-27 23:10:32 -03:00
erc-replace.el Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
erc-ring.el Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
erc-services.el Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
erc-sound.el Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
erc-speedbar.el Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
erc-spelling.el Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
erc-stamp.el Refill some long/short copyright headers. 2011-01-26 00:36:39 -08:00
erc-track.el Fix more minor mode docstrings. 2011-10-19 20:26:14 -04:00
erc-truncate.el Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
erc-xdcc.el Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
erc.el Fix more minor mode docstrings. 2011-10-19 20:26:14 -04:00