diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2012-08-12 11:35:57 +0200 |
---|---|---|
committer | Andreas Schwab <schwab@linux-m68k.org> | 2012-08-12 11:35:57 +0200 |
commit | 9229c658550f167dbfb1c40c8a0e689020b008dd (patch) | |
tree | 835c4b113fe70e3f9ac1463dea1d6e5bd6fa867f /lisp/descr-text.el | |
parent | 0fd0912879f70f410cd336e538d8c515508126c7 (diff) | |
download | emacs-9229c658550f167dbfb1c40c8a0e689020b008dd.tar.gz |
* descr-text.el (describe-char): Put the overlays over the
"displayed as" character.
Diffstat (limited to 'lisp/descr-text.el')
-rw-r--r-- | lisp/descr-text.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/descr-text.el b/lisp/descr-text.el index bf0e413d357..34d61b80d66 100644 --- a/lisp/descr-text.el +++ b/lisp/descr-text.el @@ -689,7 +689,7 @@ relevant to POS." (when overlays (save-excursion (goto-char (point-min)) - (re-search-forward "character:[ \t\n]+") + (re-search-forward "(displayed as ") (let ((end (+ (point) (length char-description)))) (mapc (lambda (props) (let ((o (make-overlay (point) end))) |