summaryrefslogtreecommitdiff
path: root/llama.el
diff options
context:
space:
mode:
Diffstat (limited to 'llama.el')
-rw-r--r--llama.el8
1 files changed, 7 insertions, 1 deletions
diff --git a/llama.el b/llama.el
index c2fd256..4c40a01 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))