branch: elpa/llama commit 15919c4289516677d2e445d8f76446dd73489ad5 Author: Jonas Bernoulli <jo...@bernoul.li> Commit: Jonas Bernoulli <jo...@bernoul.li>
Fix quoting in primary docstring --- llama.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llama.el b/llama.el index 845c4798ca..c0ca3a5711 100644 --- a/llama.el +++ b/llama.el @@ -133,7 +133,7 @@ unlike the explicitly specified `_%3'. The name `##' was chosen because that allows (optionally) omitting the whitespace between it and the following symbol. If you dislike this trickery, you can alternatively use this macro under the name -`llama'. (It is also available under the name `\#\#', but the sole +`llama'. (It is also available under the name `\\#\\#', but the sole purpose of that is to allow using \"M-x describe-function RET ## RET\" to view this docstring.)" (cond ((symbolp fn))