Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
9147ae66
Commit
9147ae66
authored
Feb 14, 2002
by
Richard M. Stallman
Browse files
(list-input-methods):
Use help-input-method, not describe-input-method, for button type.
parent
6ed21409
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/international/mule-diag.el
lisp/international/mule-diag.el
+1
-1
No files found.
lisp/international/mule-diag.el
View file @
9147ae66
...
@@ -1267,7 +1267,7 @@ see the function `describe-fontset' for the format of the list."
...
@@ -1267,7 +1267,7 @@ see the function `describe-fontset' for the format of the list."
(goto-char (point-min))
(goto-char (point-min))
(while (re-search-forward
(while (re-search-forward
"
^
\\
(
[^
]+\\
)
(
`.
*
'
in
mode
line
)
$
" nil t)
"
^
\\
(
[^
]+\\
)
(
`.
*
'
in
mode
line
)
$
" nil t)
(help-xref-button 1 #'
describe
-input-method
(help-xref-button 1 #'
help
-input-method
(match-string 1)
(match-string 1)
"
mouse-2:
describe
this
method
")))
"
mouse-2:
describe
this
method
")))
(help-setup-xref '(list-input-methods) (interactive-p)))))
(help-setup-xref '(list-input-methods) (interactive-p)))))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment