mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-27 07:37:33 +00:00
Whitespace change.
This commit is contained in:
parent
80d553d4cd
commit
43125c289e
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user