emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 8a30f04: Make description of text properties on the


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master 8a30f04: Make description of text properties on the form `(string ...)' work
Date: Tue, 30 Jul 2019 06:09:20 -0400 (EDT)

branch: master
commit 8a30f0414ec4145ca3684639c6ce1edeeb3f3331
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    Make description of text properties on the form `(string ...)' work
    
    * lisp/descr-text.el (describe-property-list): Don't special-case
    for symbols that have widget properties here (bug#22957).  It's
    not documented that this function should do that, and looking at
    the code, it doesn't seem like this function is actually used for
    doing that, either.  This makes describing some text properties
    that are on the form `(string ...)' work.
---
 lisp/descr-text.el | 2 --
 1 file changed, 2 deletions(-)

diff --git a/lisp/descr-text.el b/lisp/descr-text.el
index 8be2b94..ba53aeb 100644
--- a/lisp/descr-text.el
+++ b/lisp/descr-text.el
@@ -88,8 +88,6 @@ into help buttons that call `describe-text-category' or
             (insert-text-button
              (format "%S" value)
              'type 'help-face 'help-args (list value)))
-            ((widgetp value)
-            (describe-text-widget value))
            (t
             (describe-text-sexp value))))
     (insert "\n")))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]