diff options
| author | Xue Fuqiao | 2013-08-08 22:03:56 +0800 |
|---|---|---|
| committer | Xue Fuqiao | 2013-08-08 22:03:56 +0800 |
| commit | 04263d23c5890d728cc62fd64873f687adff620c (patch) | |
| tree | 1970d7dbdca26d1cbc70443c31c536d88f346f44 /doc | |
| parent | 9dfc8491bb0b62e1a83265f6141d4a866e96d91d (diff) | |
| download | emacs-04263d23c5890d728cc62fd64873f687adff620c.tar.gz emacs-04263d23c5890d728cc62fd64873f687adff620c.zip | |
doc/lispref/buffers.texi: Add documentation for ido-record-command(s).
* lisp/ido.el (ido-record-command): Add doc string.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/misc/ido.texi | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/misc/ido.texi b/doc/misc/ido.texi index 48636a9fb92..e0b28e3b2cb 100644 --- a/doc/misc/ido.texi +++ b/doc/misc/ido.texi | |||
| @@ -631,7 +631,7 @@ fraction of the frame width. | |||
| 631 | @end defvr | 631 | @end defvr |
| 632 | 632 | ||
| 633 | @defvr {User Option} ido-max-window-height | 633 | @defvr {User Option} ido-max-window-height |
| 634 | If the value of this user option is non@code{nil}, its value will | 634 | If the value of this user option is non-@code{nil}, its value will |
| 635 | override the variable @code{max-mini-window-height}, which is the | 635 | override the variable @code{max-mini-window-height}, which is the |
| 636 | maximum height for resizing mini-windows (the minibuffer and the echo | 636 | maximum height for resizing mini-windows (the minibuffer and the echo |
| 637 | area). If it's a floating point number, it specifies a fraction of | 637 | area). If it's a floating point number, it specifies a fraction of |
| @@ -639,7 +639,12 @@ the mini-window frame's height. If it's an integer, it specifies the | |||
| 639 | number of lines. | 639 | number of lines. |
| 640 | @end defvr | 640 | @end defvr |
| 641 | 641 | ||
| 642 | @c @defvr {User Option} ido-record-commands | 642 | @defvr {User Option} ido-record-commands |
| 643 | If the value of this user option is non-@code{nil}, Ido will record | ||
| 644 | commands in the variable @code{command-history}. Note that non-Ido | ||
| 645 | equivalent is recorded. | ||
| 646 | @end defvr | ||
| 647 | |||
| 643 | @c @defvr {User Option} ido-enable-last-directory-history | 648 | @c @defvr {User Option} ido-enable-last-directory-history |
| 644 | @c @defvr {User Option} ido-enable-tramp-completion | 649 | @c @defvr {User Option} ido-enable-tramp-completion |
| 645 | @c @defvr {User Option} ido-unc-hosts | 650 | @c @defvr {User Option} ido-unc-hosts |