aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/international/mule-cmds.el
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2002-02-15 20:00:18 +0000
committerRichard M. Stallman <[email protected]>2002-02-15 20:00:18 +0000
commit43125c289ec8607b93fca315a3106b52562d9a9b (patch)
tree5aa76f485723b9c93f9af602ef4377c252364a91 /lisp/international/mule-cmds.el
parent80d553d4cdfc0220cd9e32354e8dca7e1f5a17c6 (diff)
Whitespace change.
Diffstat (limited to 'lisp/international/mule-cmds.el')
-rw-r--r--lisp/international/mule-cmds.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/international/mule-cmds.el b/lisp/international/mule-cmds.el
index 37bcddfef4..418957ca34 100644
--- a/lisp/international/mule-cmds.el
+++ b/lisp/international/mule-cmds.el
@@ -1150,7 +1150,8 @@ and enable that one. The default is the most recent input method specified
"Describe input method (default, current choice): ")))
(if (and input-method (symbolp input-method))
(setq input-method (symbol-name input-method)))
- (help-setup-xref (list #'describe-input-method (or input-method current-input-method))
+ (help-setup-xref (list #'describe-input-method
+ (or input-method current-input-method))
(interactive-p))
(if (null input-method)