emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/cape f26e835929 131/146: README: Do not use hashed symb


From: ELPA Syncer
Subject: [elpa] externals/cape f26e835929 131/146: README: Do not use hashed symbol
Date: Sun, 9 Jan 2022 20:57:48 -0500 (EST)

branch: externals/cape
commit f26e83592965189a562e8d6fa7f6d064c0d64d24
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    README: Do not use hashed symbol
---
 README.org | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.org b/README.org
index 4db0a7c94b..405af91051 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]