diff options
| author | Eli Zaretskii | 2007-12-22 17:08:49 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2007-12-22 17:08:49 +0000 |
| commit | 6f5d24524adc3a4388818d5e8a859b5c00ba7d2f (patch) | |
| tree | 67e5d996e3746482691eb857133768d5f3bf9af7 /lisp | |
| parent | 426aa4f0befa3e768687820159476c5d815b8a16 (diff) | |
| download | emacs-6f5d24524adc3a4388818d5e8a859b5c00ba7d2f.tar.gz emacs-6f5d24524adc3a4388818d5e8a859b5c00ba7d2f.zip | |
(input-method-history): Add reference to `history-length' in the doc string.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/international/mule-cmds.el | 5 |
1 files changed, 4 insertions, 1 deletions
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 | |||
| 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 | ||