]> git.eshelyaron.com Git - emacs.git/commit
Improve 'read-face-name'
authorEshel Yaron <me@eshelyaron.com>
Mon, 8 Jan 2024 21:43:26 +0000 (22:43 +0100)
committerEshel Yaron <me@eshelyaron.com>
Mon, 8 Jan 2024 21:43:26 +0000 (22:43 +0100)
commit6cd47f59326ebff625e75a96acf3ee300acf27ee
tree9c9a2272f7d0c96e25d55f7a4544382d9a656e89
parent1b934cf10302a254964393b6eb548ca3f53e06fa
Improve 'read-face-name'

* doc/lispref/display.texi (Face Functions): Use '@lisp' for Elisp
example.  Document 'read-face-name' and 'read-face-name-sample-text'.
* etc/NEWS: Announce 'read-face-name-sample-text' as a user option.
* lisp/faces.el (read-face-name-sample-text): Make it a user option.
(completion-face-name-affixation, read-face-name-sort-aliases-last)
(completion-face-name-table): New functions.
(read-face-name): Simplify.
doc/lispref/display.texi
etc/NEWS
lisp/faces.el