From: Eli Zaretskii Date: Sat, 22 Dec 2007 17:08:49 +0000 (+0000) Subject: (input-method-history): Add reference to `history-length' in the doc string. X-Git-Tag: emacs-pretest-22.1.90~242 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6f5d24524adc3a4388818d5e8a859b5c00ba7d2f;p=emacs.git (input-method-history): Add reference to `history-length' in the doc string. --- diff --git a/lisp/international/mule-cmds.el b/lisp/international/mule-cmds.el index 19663f594b9..2eaaaa79ef2 100644 --- a/lisp/international/mule-cmds.el +++ b/lisp/international/mule-cmds.el @@ -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)