aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorXue Fuqiao2013-08-08 22:03:56 +0800
committerXue Fuqiao2013-08-08 22:03:56 +0800
commit04263d23c5890d728cc62fd64873f687adff620c (patch)
tree1970d7dbdca26d1cbc70443c31c536d88f346f44 /doc
parent9dfc8491bb0b62e1a83265f6141d4a866e96d91d (diff)
downloademacs-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.texi9
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
634If the value of this user option is non@code{nil}, its value will 634If the value of this user option is non-@code{nil}, its value will
635override the variable @code{max-mini-window-height}, which is the 635override the variable @code{max-mini-window-height}, which is the
636maximum height for resizing mini-windows (the minibuffer and the echo 636maximum height for resizing mini-windows (the minibuffer and the echo
637area). If it's a floating point number, it specifies a fraction of 637area). 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
639number of lines. 639number 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
643If the value of this user option is non-@code{nil}, Ido will record
644commands in the variable @code{command-history}. Note that non-Ido
645equivalent 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