]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/progmodes/prog-mode.el (prettify-symbols-alist):
authorArtur Malabarba <bruce.connor.am@gmail.com>
Wed, 7 Oct 2015 08:40:00 +0000 (09:40 +0100)
committerArtur Malabarba <bruce.connor.am@gmail.com>
Wed, 7 Oct 2015 08:40:25 +0000 (09:40 +0100)
Document more possible values.

lisp/progmodes/prog-mode.el

index 6696356a2dc853d95eb39e98b5fe945b9bc00655..b459cbfd286f6486ef0a32614a7b570d0ac2693b 100644 (file)
@@ -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.