comparison lisp/international/mule-cmds.el @ 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 42b98dfc31f6
children b6fdfff4ae81 cdd30283527d
comparison
equal deleted inserted replaced
79594:f8b9dabcc943 79595:9fec9cf76ca1
1334 :set-after '(current-language-environment)) 1334 :set-after '(current-language-environment))
1335 1335
1336 (put 'input-method-function 'permanent-local t) 1336 (put 'input-method-function 'permanent-local t)
1337 1337
1338 (defvar input-method-history nil 1338 (defvar input-method-history nil
1339 "History list for some commands that read input methods.") 1339 "History list of input methods read from the minibuffer.
1340
1341 Maximum length of the history list is determined by the value
1342 of `history-length', which see.")
1340 (make-variable-buffer-local 'input-method-history) 1343 (make-variable-buffer-local 'input-method-history)
1341 (put 'input-method-history 'permanent-local t) 1344 (put 'input-method-history 'permanent-local t)
1342 1345
1343 (defvar inactivate-current-input-method-function nil 1346 (defvar inactivate-current-input-method-function nil
1344 "Function to call for inactivating the current input method. 1347 "Function to call for inactivating the current input method.