changeset 79595:9fec9cf76ca1

(input-method-history): Add reference to `history-length' in the doc string.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 22 Dec 2007 17:08:49 +0000
parents f8b9dabcc943
children b55facd69022
files lisp/international/mule-cmds.el
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/international/mule-cmds.el	Sat Dec 22 17:08:03 2007 +0000
+++ b/lisp/international/mule-cmds.el	Sat Dec 22 17:08:49 2007 +0000
@@ -1336,7 +1336,10 @@
 (put 'input-method-function 'permanent-local t)
 
 (defvar input-method-history nil
-  "History list for some commands that read input methods.")
+  "History list of input methods read from the minibuffer.
+
+Maximum length of the history list is determined by the value
+of `history-length', which see.")
 (make-variable-buffer-local 'input-method-history)
 (put 'input-method-history 'permanent-local t)