diff options
author | Chong Yidong <cyd@gnu.org> | 2012-10-27 13:03:52 +0800 |
---|---|---|
committer | Chong Yidong <cyd@gnu.org> | 2012-10-27 13:03:52 +0800 |
commit | 05b621a6b22cb1c856a9f223d79203cb3ceaf29a (patch) | |
tree | 750de6c1db53535aa498db22c9e61f2029afe9c6 /doc/lispref/hooks.texi | |
parent | 55f197b2192f30e1207fe67aef9ddbb02e2712e5 (diff) | |
download | emacs-05b621a6b22cb1c856a9f223d79203cb3ceaf29a.tar.gz |
More Emacs 24.3 documentation updates.
* doc/emacs/building.texi (Compilation): Document compilation-always-kill.
* doc/emacs/files.texi (Misc File Ops): Symbolic links on Windows only work
on Vista and later.
* doc/emacs/frames.texi (Mouse Avoidance): Mention new variable
mouse-avoidance-banish-position.
* doc/emacs/mule.texi (Recognize Coding): Remove an unreferenced vindex.
* doc/emacs/package.texi (Package Menu): Document the "new" status.
* doc/emacs/programs.texi (Which Function): Which Function mode now works in
all major modes by default.
* doc/emacs/search.texi (Symbol Search): New node.
* doc/emacs/windows.texi (Window Choice): Don't refer to the obsolete
special-display feature.
* commands.texi (Event Input Misc): Remove last-input-char.
(Command Loop Info): Remove last-command-char.
* display.texi (Fringe Bitmaps): Add exclamation-mark bitmap.
* frames.texi (Initial Parameters): Don't mention the obsolete
special-display feature.
* hooks.texi (Standard Hooks): Remove obsolete hooks.
* markers.texi (Information from Markers): Remove obsolete
function buffer-has-markers-at.
* minibuf.texi (High-Level Completion): Don't mention removed
function iswitchb-read-buffer.
* text.texi (Yanking): Document yank-handled-properties.
* windows.texi (Choosing Window): Don't mention the obsolete
special display feature.
(Choosing Window Options): Remove obsolete special-display
variables, and the functions special-display-p and
special-display-popup-frame.
* subr.el (insert-buffer-substring-as-yank): Doc fix.
Diffstat (limited to 'doc/lispref/hooks.texi')
-rw-r--r-- | doc/lispref/hooks.texi | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/doc/lispref/hooks.texi b/doc/lispref/hooks.texi index a7f01243641..a6ac2c70e84 100644 --- a/doc/lispref/hooks.texi +++ b/doc/lispref/hooks.texi @@ -120,14 +120,7 @@ The command loop runs this soon after @code{post-command-hook} (q.v.). @item delete-terminal-functions @xref{Multiple Terminals}. -@ignore -@item disabled-command-function -@xref{Disabling Commands}. -@end ignore - -@item display-buffer-function @itemx pop-up-frame-function -@itemx special-display-function @itemx split-window-preferred-function @xref{Choosing Window Options}. @@ -272,7 +265,6 @@ deferred-action-function input-method-function load-read-function load-source-file-function -macro-declaration-function read-buffer-function ring-bell-function select-safe-coding-system-function |