diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2021-11-04 18:14:23 +0100 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2021-11-04 18:14:29 +0100 |
commit | 1c3e45396e07b6ec7246c2d5763c187092a55264 (patch) | |
tree | bade37c1da79aacf1ae4f154d4ccff794b79cb9e /lisp/emacs-lisp | |
parent | 51929066d5f11c3dc43e9181fcd051eac9bfd718 (diff) | |
download | emacs-1c3e45396e07b6ec7246c2d5763c187092a55264.tar.gz emacs-1c3e45396e07b6ec7246c2d5763c187092a55264.tar.bz2 emacs-1c3e45396e07b6ec7246c2d5763c187092a55264.zip |
Rename button-buttonize to buttonize
* lisp/help.el (help--describe-command):
* lisp/emacs-lisp/memory-report.el (memory-report--buffers):
* lisp/button.el (button-buttonize):
* doc/lispref/display.texi (Making Buttons): Rename
button-buttonize to just buttonize and adjust callers.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/memory-report.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/memory-report.el b/lisp/emacs-lisp/memory-report.el index cda2dee6cbc..450cdaa7a84 100644 --- a/lisp/emacs-lisp/memory-report.el +++ b/lisp/emacs-lisp/memory-report.el @@ -283,7 +283,7 @@ by counted more than once." buffers) do (insert (memory-report--format size) " " - (button-buttonize + (buttonize (buffer-name buffer) #'memory-report--buffer-details buffer) "\n")) |