Paul Eggert
72b255c7e7
deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
...
* NEWS: Document these changes.
* leim/quail/uni-input.el (ucs-input-deactivate):
Rename from ucs-input-inactivate.
* leim/quail/hangul.el (hangul-input-method-deactivate):
Rename from hangul-input-method-inactivate.
* emulation/viper-init.el (viper-deactivate-input-method-action):
Rename from viper-inactivate-input-method-action.
(viper-deactivate-input-method):
Rename from viper-inactivate-input-method.
* lisp/follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
* lisp/international/mule-cmds.el (deactivate-input-method):
Rename from inactivate-input-method.
Also run input-method-deactivate-hook.
(deactivate-current-input-method-function):
Rename from inactivate-current-input-method-function.
(input-method-deactivate-hook): New hook.
(input-method-inactivate-hook): Mark obsolete.
* lisp/international/quail.el (quail-activate):
Also run quail-deactivate-hook.
(quail-deactivate): Rename from quail-inactivate.
* lisp/international/robin.el (robin-activate):
Also run robin-deactivate-hook.
(robin-deactivate): Rename from robin-inactivate.
2012-07-29 00:16:45 -07:00
Glenn Morris
ecc6530da9
Nuke hand-written node pointers in doc/lispref
...
Let makeinfo figure them out, as is recommended.
2012-05-26 18:34:14 -07:00
Glenn Morris
1e103a7cd8
Remove unnecessary @setfilename commands from many doc/lispref/*.texi
2012-04-13 18:59:01 -07:00
Glenn Morris
2064cc6ade
Checked lispref/hooks.texi
...
* doc/lispref/hooks.texi (Standard Hooks): General update.
Put related hooks together.
* doc/lispref/commands.texi (Keyboard Macros):
Remove cross-ref to Standard Hooks.
* doc/lispref/modes.texi (Hooks): Tweak cross-ref description.
Remove non-standard file-local fill-column (2010-05-13T03:55:46Z!rgm@gnu.org).
* admin/FOR-RELEASE: Related markup.
2012-03-01 21:52:40 -05:00
Glenn Morris
90db9af941
* doc/lispref/hooks.texi (Standard Hooks): Remove mode-specific hooks.
...
Ref http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00702.html
2012-02-29 23:31:15 -08:00
Glenn Morris
0fd2c9a35b
Fix cross-references between different manuals
...
* emacs/maintaining.texi (Old Revisions): Fix cross-refs to Ediff manual.
* lispintro/emacs-lisp-intro.texi (Design @value{COUNT-WORDS}, Syntax)
(count-words-in-defun): Fix cross-refs to Emacs manual.
* lispref/hooks.texi (Standard Hooks): Fix cross-ref to Emacs manual.
* misc/gnus.texi (Posting Styles):
* misc/remember.texi (Org): Fix cross-refs to other manuals.
2012-02-16 23:44:31 -08:00
Glenn Morris
f58b982241
Document post-self-insert-hook
...
* doc/lispref/hooks.texi (Standard Hooks):
* doc/lispref/modes.texi (Keymaps and Minor Modes):
* doc/lispref/text.texi (Commands for Insertion):
Document post-self-insert-hook.
*etc/NEWS: Markup.
2012-02-01 20:37:05 -08:00
Glenn Morris
b030b3df20
* doc/lispref/hooks.texi (Standard Hooks): Add prog-mode-hook.
2012-02-01 20:28:15 -08:00
Glenn Morris
12f381b73d
Document change-major-mode-after-body-hook
...
* doc/lispref/hooks.texi (Standard Hooks):
* doc/lispref/modes.texi (Major Mode Conventions, Mode Hooks):
Document change-major-mode-after-body-hook.
* lisp/subr.el (run-mode-hooks): Doc fix.
* etc/NEWS: Markup
2012-02-01 21:57:26 -05:00
Glenn Morris
acaf905b11
Add 2012 to FSF copyright years for Emacs files
2012-01-05 01:46:05 -08:00
Glenn Morris
73b0cd5003
Convert consecutive FSF copyright years to ranges.
2011-01-24 20:08:28 -08:00
Glenn Morris
0d9f702fd0
Nuke arch-tags.
2011-01-15 15:16:57 -08:00
Glenn Morris
5df4f04cd3
Add 2011 to FSF/AIST copyright years.
2011-01-02 15:50:46 -08:00
Glenn Morris
114f9c9679
Add 2010 to copyright years.
2010-01-13 00:35:10 -08:00
Glenn Morris
3b36413613
A bit rusty on the alphabet.
2009-12-05 03:27:24 +00:00
Glenn Morris
e799b4f993
Put calendar and diary hooks back in alphabetical order following
...
previous change.
2009-12-05 03:25:57 +00:00
Glenn Morris
9a5de3d945
(Standard Hooks): Remove diary-display-hook, replaced by
...
diary-display-function, and no longer recommended to be a hook.
Update for changes in the names of calendar and diary hooks.
diary-print-entries-hook has changed section.
2009-12-05 03:07:26 +00:00
Glenn Morris
e538d47927
Kevin Ryde <user42 at zip.com.au>
...
(Standard Hooks): Fix cross-references.
2009-07-11 03:02:18 +00:00
Chong Yidong
5df647e8f2
* hooks.texi (Standard Hooks): Remove mention of obsolete
...
redisplay-end-trigger-functions.
* internals.texi (Window Internals): Remove mention of obsolete
redisplay-end-trigger-functions.
2009-05-27 22:08:29 +00:00
Chong Yidong
ee2d5b5e1d
* hooks.texi (Standard Hooks): Add abbrev-expand-functions.
...
Remove obsoleted pre-abbrev-expand-hook.
* locals.texi (Standard Buffer-Local Variables): Consolidate table
entries.
* internals.texi (Window Internals): Synch field names to window.h.
(Process Internals): Synch field names to process.h.
2009-05-04 23:25:38 +00:00
Eli Zaretskii
490f11979e
(Standard Hooks): Document suspend-tty-functions' and resume-tty-functions'.
2009-01-17 18:47:53 +00:00
Eli Zaretskii
0ed8034edc
(Standard Hooks): Document `delete-frame-functions' and
...
`delete-terminal-functions'.
2009-01-17 16:32:09 +00:00
Glenn Morris
6ed161e1d6
Add 2009 to copyright years.
2009-01-08 05:28:46 +00:00
Eli Zaretskii
66af33fc8f
Mention before-hack-local-variables-hook' and hack-local-variables-hook'.
2008-10-19 13:00:20 +00:00
Miles Bader
59ce725a3b
Merge from emacs--rel--22
...
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987
2008-01-08 20:46:54 +00:00
Miles Bader
e5e76c0431
Merge from emacs--rel--22
...
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-943
2007-12-06 00:46:18 +00:00
Glenn Morris
6336d8c3d7
(setfilename): Go up one more level to ../../info.
2007-09-06 04:27:43 +00:00
Glenn Morris
b8d4c8d0e9
Move here from ../../lispref
2007-09-06 04:25:08 +00:00