summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.org b/README.org
index 4db0a7c..405af91 100644
--- a/README.org
+++ b/README.org
@@ -205,7 +205,7 @@ idle/auto-completion mode. There is at least one completion function, which
affects the Eshell:
#+begin_src emacs-lisp
- (advice-add #'pcomplete-completions-at-point :around #'cape-repair-misbehaving-capf)
+ (advice-add 'pcomplete-completions-at-point :around #'cape-repair-misbehaving-capf)
#+end_src
** Other Capf transformers