* lisp/emacs-lisp/nadvice.el (add-function): Escape quote

This commit is contained in:
Artur Malabarba
2015-11-16 09:49:00 +00:00
parent dbc090aeab
commit 63acb2e868

View File

@@ -279,7 +279,7 @@ a special meaning:
whereas a depth of -100 means that the advice should be outermost.
If PLACE is a symbol, its `default-value' will be affected.
Use (local 'SYMBOL) if you want to apply FUNCTION to SYMBOL buffer-locally.
Use (local \\='SYMBOL) if you want to apply FUNCTION to SYMBOL buffer-locally.
Use (var VAR) if you want to apply FUNCTION to the (lexical) VAR.
If one of FUNCTION or OLDFUN is interactive, then the resulting function