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

    Quote paren in docstring
    
    This is necessary at the beginning of a line,
    as otherwise `outline-minor-mode' gets confused.
---
 llama.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/llama.el b/llama.el
index 676c544996..d655bd8d0e 100644
--- a/llama.el
+++ b/llama.el
@@ -292,7 +292,7 @@ to view this docstring.)"
 
 The `llama' package uses `##' as the name of a macro, which allows
 it to be used akin to syntax, without actually being new syntax.
-(`describe-function' won't let you select `##', but because that is an
+\(`describe-function' won't let you select `##', but because that is an
 alias for `llama', you can access the documentation under that name.)
 
 This advice prevents the empty string from being offered as a completion

Reply via email to