1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-26 07:33:47 +00:00

Comment fixes for recent icon code

* lisp/cus-edit.el (custom-icon-state): Add comment.

* lisp/emacs-lisp/icons.el: Remove comment.
This commit is contained in:
Lars Ingebrigtsen 2022-07-28 17:49:57 +02:00
parent 41b63f7bed
commit 5999dc1cd9
2 changed files with 2 additions and 2 deletions

View File

@ -5520,6 +5520,8 @@ changes."
(or state
(custom-icon-state (widget-value widget) value)))))
;;; FIXME -- more work is needed here. We don't properly
;;; differentiate between `saved' and `set'.
(defun custom-icon-state (symbol value)
"Return the state of customize icon SYMBOL for VALUE.
Possible return values are `standard', `saved', `set', `themed',

View File

@ -22,8 +22,6 @@
;;; Commentary:
;; Todo: describe-icon
;;; Code:
(require 'cl-lib)