aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2006-02-19 23:40:25 +0000
committerRichard M. Stallman2006-02-19 23:40:25 +0000
commit53ba8be73bc3546c067af32feeb377334d0fe872 (patch)
tree5b19fbd5dcbb003d84d3ddbe879aa3e04dca4780
parent240e8be5a3709e265633dfb1015fe58f376ed865 (diff)
downloademacs-53ba8be73bc3546c067af32feeb377334d0fe872.tar.gz
emacs-53ba8be73bc3546c067af32feeb377334d0fe872.zip
(High-Level Completion): Add xref to read-input-method-name.
-rw-r--r--lispref/minibuf.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/lispref/minibuf.texi b/lispref/minibuf.texi
index 65887c4c172..4faf8fd374c 100644
--- a/lispref/minibuf.texi
+++ b/lispref/minibuf.texi
@@ -1194,7 +1194,8 @@ predicate @code{user-variable-p} instead of @code{commandp}:
1194@end defun 1194@end defun
1195 1195
1196 See also the functions @code{read-coding-system} and 1196 See also the functions @code{read-coding-system} and
1197@code{read-non-nil-coding-system}, in @ref{User-Chosen Coding Systems}. 1197@code{read-non-nil-coding-system}, in @ref{User-Chosen Coding Systems},
1198and @code{read-input-method-name}, in @ref{Input Methods}.
1198 1199
1199@node Reading File Names 1200@node Reading File Names
1200@subsection Reading File Names 1201@subsection Reading File Names