branch: elpa/llama
commit 1829b812a5630a9d3de9b759547b4580c09e18e2
Author: Jonas Bernoulli <jo...@bernoul.li>
Commit: Jonas Bernoulli <jo...@bernoul.li>

    Mention llama-fontify-mode in documentation
---
 README.org | 3 +++
 llama.el   | 8 +++++++-
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/README.org b/README.org
index e9a56b31bb..42134f29f5 100644
--- a/README.org
+++ b/README.org
@@ -63,3 +63,6 @@ becomes:
 Note how ~_%3~ and ~_&6~ are removed from the body, because their names
 begin with an underscore.  Also note that ~_&4~ is optional, unlike the
 explicitly specified ~_%3~.
+
+Consider enabling ~llama-fontify-mode~ to highlight ~##~ and its special
+arguments.
diff --git a/llama.el b/llama.el
index c2fd2560b2..4c40a018b2 100644
--- a/llama.el
+++ b/llama.el
@@ -80,6 +80,9 @@
 ;; begin with an underscore.  Also note that `_&4' is optional, unlike the
 ;; explicitly specified `_%3'.
 
+;; Consider enabling `llama-fontify-mode' to highlight `##' and its
+;; special arguments.
+
 ;;; Code:
 
 (require 'compat)
@@ -137,7 +140,10 @@ becomes:
 
 Note how `_%3' and `_&6' are removed from the body, because their names
 begin with an underscore.  Also note that `_&4' is optional, unlike the
-explicitly specified `_%3'."
+explicitly specified `_%3'.
+
+Consider enabling `llama-fontify-mode' to highlight `##' and its
+special arguments."
   (cond ((symbolp fn))
         ((and (eq (car-safe fn) backquote-backquote-symbol)
               (not body))

Reply via email to