# HG changeset patch # User Eli Zaretskii # Date 1198343329 0 # Node ID 9fec9cf76ca1aa4d98adc5249879d0c2ca4b9d5e # Parent f8b9dabcc94369f1634213d3372506215d454033 (input-method-history): Add reference to `history-length' in the doc string. diff -r f8b9dabcc943 -r 9fec9cf76ca1 lisp/international/mule-cmds.el --- 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)