(input-method-history): Add reference to `history-length' in the doc string.
authorEli Zaretskii <eliz@gnu.org>
Sat, 22 Dec 2007 17:08:49 +0000 (17:08 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 22 Dec 2007 17:08:49 +0000 (17:08 +0000)
lisp/international/mule-cmds.el

index 19663f5..2eaaaa7 100644 (file)
@@ -1336,7 +1336,10 @@ This is the input method activated automatically by the command
 (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)