diff options
| author | Glenn Morris | 2013-01-05 13:18:01 -0800 |
|---|---|---|
| committer | Glenn Morris | 2013-01-05 13:18:01 -0800 |
| commit | 7a2657fa3bedbd977f4e11fe030cb4a210c04ab4 (patch) | |
| tree | d3711379486a8ba569d1089effdfccbb17bdaeea /doc/lispref | |
| parent | f4566fe987dfcce3aedeb9ab505474408071904f (diff) | |
| parent | 89cb305ef1ef3140164f816e1d0247d6b77c60b8 (diff) | |
| download | emacs-7a2657fa3bedbd977f4e11fe030cb4a210c04ab4.tar.gz emacs-7a2657fa3bedbd977f4e11fe030cb4a210c04ab4.zip | |
Merge from emacs-24; up to 2012-12-07T08:13:49Z!dmantipov@yandex.ru
Diffstat (limited to 'doc/lispref')
| -rw-r--r-- | doc/lispref/ChangeLog | 14 | ||||
| -rw-r--r-- | doc/lispref/display.texi | 8 | ||||
| -rw-r--r-- | doc/lispref/hooks.texi | 2 | ||||
| -rw-r--r-- | doc/lispref/keymaps.texi | 3 |
4 files changed, 23 insertions, 4 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index e701f61c6b0..31c81e62ac1 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,17 @@ | |||
| 1 | 2013-01-05 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * display.texi (Overlay Properties): Mention field. (Bug#13364) | ||
| 4 | |||
| 5 | 2013-01-05 Eli Zaretskii <eliz@gnu.org> | ||
| 6 | |||
| 7 | * hooks.texi (Standard Hooks): Use @item, not @itemx, as the first | ||
| 8 | directive in a group of items. | ||
| 9 | |||
| 10 | 2013-01-05 Chong Yidong <cyd@gnu.org> | ||
| 11 | |||
| 12 | * keymaps.texi (Key Sequences): Remove obsolete sentence | ||
| 13 | (Bug#13356). | ||
| 14 | |||
| 1 | 2013-01-04 Ari Roponen <ari.roponen@gmail.com> (tiny change) | 15 | 2013-01-04 Ari Roponen <ari.roponen@gmail.com> (tiny change) |
| 2 | 16 | ||
| 3 | * hash.texi (Defining Hash): Fix typo. (Bug#13345) | 17 | * hash.texi (Defining Hash): Fix typo. (Bug#13345) |
diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi index b1a096b24df..cc6e980dadc 100644 --- a/doc/lispref/display.texi +++ b/doc/lispref/display.texi | |||
| @@ -1559,6 +1559,14 @@ mouse onto the text in the overlay, Emacs displays a help string in the | |||
| 1559 | echo area, or in the tooltip window. For details see @ref{Text | 1559 | echo area, or in the tooltip window. For details see @ref{Text |
| 1560 | help-echo}. | 1560 | help-echo}. |
| 1561 | 1561 | ||
| 1562 | @item field | ||
| 1563 | @kindex field @r{(overlay property)} | ||
| 1564 | @c Copied from Special Properties. | ||
| 1565 | Consecutive characters with the same @code{field} property constitute a | ||
| 1566 | @emph{field}. Some motion functions including @code{forward-word} and | ||
| 1567 | @code{beginning-of-line} stop moving at a field boundary. | ||
| 1568 | @xref{Fields}. | ||
| 1569 | |||
| 1562 | @item modification-hooks | 1570 | @item modification-hooks |
| 1563 | @kindex modification-hooks @r{(overlay property)} | 1571 | @kindex modification-hooks @r{(overlay property)} |
| 1564 | This property's value is a list of functions to be called if any | 1572 | This property's value is a list of functions to be called if any |
diff --git a/doc/lispref/hooks.texi b/doc/lispref/hooks.texi index 40a3c162f58..745393f8166 100644 --- a/doc/lispref/hooks.texi +++ b/doc/lispref/hooks.texi | |||
| @@ -121,7 +121,7 @@ The command loop runs this soon after @code{post-command-hook} (q.v.). | |||
| 121 | @item delete-terminal-functions | 121 | @item delete-terminal-functions |
| 122 | @xref{Multiple Terminals}. | 122 | @xref{Multiple Terminals}. |
| 123 | 123 | ||
| 124 | @itemx pop-up-frame-function | 124 | @item pop-up-frame-function |
| 125 | @itemx split-window-preferred-function | 125 | @itemx split-window-preferred-function |
| 126 | @xref{Choosing Window Options}. | 126 | @xref{Choosing Window Options}. |
| 127 | 127 | ||
diff --git a/doc/lispref/keymaps.texi b/doc/lispref/keymaps.texi index c4bbe303bf9..cb6c785905c 100644 --- a/doc/lispref/keymaps.texi +++ b/doc/lispref/keymaps.texi | |||
| @@ -94,9 +94,6 @@ Manual}. | |||
| 94 | (kbd "<f1> SPC") @result{} [f1 32] | 94 | (kbd "<f1> SPC") @result{} [f1 32] |
| 95 | (kbd "C-M-<down>") @result{} [C-M-down] | 95 | (kbd "C-M-<down>") @result{} [C-M-down] |
| 96 | @end example | 96 | @end example |
| 97 | |||
| 98 | This macro is not meant for use with arguments that vary---only | ||
| 99 | with string constants. | ||
| 100 | @end defun | 97 | @end defun |
| 101 | 98 | ||
| 102 | @node Keymap Basics | 99 | @node Keymap Basics |