aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/help-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/help-mode.el b/lisp/help-mode.el
index 68fc319e68c..a13494aa460 100644
--- a/lisp/help-mode.el
+++ b/lisp/help-mode.el
@@ -474,7 +474,7 @@ that."
474 (and sym (charsetp sym) 474 (and sym (charsetp sym)
475 (help-xref-button 7 'help-character-set sym))) 475 (help-xref-button 7 'help-character-set sym)))
476 ((assoc data input-method-alist) 476 ((assoc data input-method-alist)
477 (help-xref-button 7 'help-character-set data)) 477 (help-xref-button 7 'help-input-method data))
478 ((and sym (coding-system-p sym)) 478 ((and sym (coding-system-p sym))
479 (help-xref-button 7 'help-coding-system sym)) 479 (help-xref-button 7 'help-coding-system sym))
480 ((and sym (charsetp sym)) 480 ((and sym (charsetp sym))