From: Artur Malabarba Date: Mon, 16 Nov 2015 09:49:00 +0000 (+0000) Subject: * lisp/emacs-lisp/nadvice.el (add-function): Escape quote X-Git-Tag: emacs-25.0.90~775 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=63acb2e8688db09f24b3a4a2dcb37eb597e12ef8;p=emacs.git * lisp/emacs-lisp/nadvice.el (add-function): Escape quote --- 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: 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