]> git.eshelyaron.com Git - emacs.git/commitdiff
Whitespace change.
authorRichard M. Stallman <rms@gnu.org>
Fri, 15 Feb 2002 20:00:18 +0000 (20:00 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 15 Feb 2002 20:00:18 +0000 (20:00 +0000)
lisp/international/mule-cmds.el

index 37bcddfef4e20db621adf916d204061de893d0ea..418957ca345a3f9bfc21ce1a3ea71df1e08757c1 100644 (file)
@@ -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)