changeset 43310:93653d31963e

Whitespace change.
author Richard M. Stallman <rms@gnu.org>
date Fri, 15 Feb 2002 20:00:18 +0000
parents 63607f9209a0
children 7e015eb9a4ac
files lisp/international/mule-cmds.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/international/mule-cmds.el	Fri Feb 15 19:59:25 2002 +0000
+++ b/lisp/international/mule-cmds.el	Fri Feb 15 20:00:18 2002 +0000
@@ -1150,7 +1150,8 @@
 	  "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)