mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-28 07:45:00 +00:00
* lisp/progmodes/prog-mode.el (prettify-symbols-alist):
Document more possible values.
This commit is contained in:
parent
96973dea40
commit
4d04cee060
@ -132,7 +132,11 @@ narrowing is in effect."
|
||||
"Alist of symbol prettifications.
|
||||
Each element looks like (SYMBOL . CHARACTER), where the symbol
|
||||
matching SYMBOL (a string, not a regexp) will be shown as
|
||||
CHARACTER instead.")
|
||||
CHARACTER instead.
|
||||
|
||||
CHARACTER can be a character or it can be a list or vector, in
|
||||
which case it will be used to compose the new symbol as per the
|
||||
third argument of `compose-region'.")
|
||||
|
||||
(defun prettify-symbols-default-compose-p (start end _match)
|
||||
"Return true iff the symbol MATCH should be composed.
|
||||
|
Loading…
Reference in New Issue
Block a user