Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
880c345e
Commit
880c345e
authored
Aug 31, 2000
by
Kenichi Handa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(help-make-xrefs): Don't make hyperlinks for incorrect coding systems.
parent
9941d4c7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/help.el
lisp/help.el
+2
-2
No files found.
lisp/help.el
View file @
880c345e
...
...
@@ -1134,7 +1134,7 @@ that."
(
sym
(
intern-soft
data
)))
(
cond
((
match-string
3
)
; coding system
(
and
(
coding-system-p
sym
)
(
and
sym
(
coding-system-p
sym
)
(
help-xref-button
5
#'
describe-coding-system
sym
"mouse-2, RET: describe this coding system"
)))
...
...
@@ -1143,7 +1143,7 @@ that."
(
help-xref-button
5
#'
describe-input-method
data
"mouse-2, RET: describe this input method"
)))
((
coding-system-p
sym
)
(
(
and
sym
(
coding-system-p
sym
)
)
(
help-xref-button
5
#'
describe-coding-system
sym
"mouse-2, RET: describe this coding system"
))
...
...
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