aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/descr-text.el5
1 files changed, 2 insertions, 3 deletions
diff --git a/lisp/descr-text.el b/lisp/descr-text.el
index d14aba7ae6f..3452874f343 100644
--- a/lisp/descr-text.el
+++ b/lisp/descr-text.el
@@ -588,7 +588,7 @@ as well as widgets, buttons, overlays, and text properties."
588 (if (cadr x) (length (car x)) 0)) 588 (if (cadr x) (length (car x)) 0))
589 item-list))) 589 item-list)))
590 (help-setup-xref nil (interactive-p)) 590 (help-setup-xref nil (interactive-p))
591 (with-output-to-temp-buffer (help-buffer) 591 (with-help-window (help-buffer)
592 (with-current-buffer standard-output 592 (with-current-buffer standard-output
593 (set-buffer-multibyte multibyte-p) 593 (set-buffer-multibyte multibyte-p)
594 (let ((formatter (format "%%%ds:" max-width))) 594 (let ((formatter (format "%%%ds:" max-width)))
@@ -685,8 +685,7 @@ as well as widgets, buttons, overlays, and text properties."
685 685
686 (if text-props-desc (insert text-props-desc)) 686 (if text-props-desc (insert text-props-desc))
687 (setq help-xref-stack-item (list 'help-insert-string (buffer-string))) 687 (setq help-xref-stack-item (list 'help-insert-string (buffer-string)))
688 (toggle-read-only 1) 688 (toggle-read-only 1)))))
689 (print-help-return-message)))))
690 689
691(defalias 'describe-char-after 'describe-char) 690(defalias 'describe-char-after 'describe-char)
692(make-obsolete 'describe-char-after 'describe-char "22.1") 691(make-obsolete 'describe-char-after 'describe-char "22.1")