aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/emacs-lisp/nadvice.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/nadvice.el b/lisp/emacs-lisp/nadvice.el
index 2cd34e12810..1882eb194f6 100644
--- a/lisp/emacs-lisp/nadvice.el
+++ b/lisp/emacs-lisp/nadvice.el
@@ -279,7 +279,7 @@ a special meaning:
279 whereas a depth of -100 means that the advice should be outermost. 279 whereas a depth of -100 means that the advice should be outermost.
280 280
281If PLACE is a symbol, its `default-value' will be affected. 281If PLACE is a symbol, its `default-value' will be affected.
282Use (local 'SYMBOL) if you want to apply FUNCTION to SYMBOL buffer-locally. 282Use (local \\='SYMBOL) if you want to apply FUNCTION to SYMBOL buffer-locally.
283Use (var VAR) if you want to apply FUNCTION to the (lexical) VAR. 283Use (var VAR) if you want to apply FUNCTION to the (lexical) VAR.
284 284
285If one of FUNCTION or OLDFUN is interactive, then the resulting function 285If one of FUNCTION or OLDFUN is interactive, then the resulting function