summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2024-10-02 20:05:30 +0200
committerJonas Bernoulli <jonas@bernoul.li>2024-10-02 20:05:30 +0200
commit49e26a2998bcc10ed16cf29482c07571cd8dad93 (patch)
tree065a8f927dbb24a979f91e225c6a6418252f2f79
parent89affb8ad83c77d2fb5488644e655ddbf718b610 (diff)
Quote paren in docstring
This is necessary at the beginning of a line, as otherwise `outline-minor-mode' gets confused.
-rw-r--r--llama.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/llama.el b/llama.el
index 676c544..d655bd8 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