emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-25 63acb2e: * lisp/emacs-lisp/nadvice.el (add-functi


From: Artur Malabarba
Subject: [Emacs-diffs] emacs-25 63acb2e: * lisp/emacs-lisp/nadvice.el (add-function): Escape quote
Date: Mon, 16 Nov 2015 09:49:23 +0000

branch: emacs-25
commit 63acb2e8688db09f24b3a4a2dcb37eb597e12ef8
Author: Artur Malabarba <address@hidden>
Commit: Artur Malabarba <address@hidden>

    * lisp/emacs-lisp/nadvice.el (add-function): Escape quote
---
 lisp/emacs-lisp/nadvice.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lisp/emacs-lisp/nadvice.el b/lisp/emacs-lisp/nadvice.el
index 2cd34e1..1882eb1 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



reply via email to

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