diff options
Diffstat (limited to 'lisp/tree-widget.el')
-rw-r--r-- | lisp/tree-widget.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/tree-widget.el b/lisp/tree-widget.el index 6baf4c47215..9599cc7f067 100644 --- a/lisp/tree-widget.el +++ b/lisp/tree-widget.el @@ -20,7 +20,7 @@ ;; GNU General Public License for more details. ;; You should have received a copy of the GNU General Public License -;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. +;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. ;;; Commentary: ;; @@ -504,7 +504,7 @@ Handle mouse button 1 click on buttons.") (define-widget 'tree-widget-end-guide 'item "End of a vertical guide line." - :tag " `" + :tag " \\=`" ;;:tag-glyph (tree-widget-find-image "end-guide") :format "%t" ) |