diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2024-10-02 20:05:30 +0200 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2024-10-02 20:05:30 +0200 |
| commit | 49e26a2998bcc10ed16cf29482c07571cd8dad93 (patch) | |
| tree | 065a8f927dbb24a979f91e225c6a6418252f2f79 /llama.el | |
| parent | 89affb8ad83c77d2fb5488644e655ddbf718b610 (diff) | |
Quote paren in docstring
This is necessary at the beginning of a line,
as otherwise `outline-minor-mode' gets confused.
Diffstat (limited to 'llama.el')
| -rw-r--r-- | llama.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
