Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
28a51720
Commit
28a51720
authored
Mar 18, 2014
by
Juanma Barranquero
Browse files
doc/lispref/functions.texi (Advising Named Functions): Fix reference.
parent
636fd6bc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
doc/lispref/ChangeLog
doc/lispref/ChangeLog
+4
-0
doc/lispref/functions.texi
doc/lispref/functions.texi
+1
-1
No files found.
doc/lispref/ChangeLog
View file @
28a51720
2014-03-18 Juanma Barranquero <lekktu@gmail.com>
* functions.texi (Advising Named Functions): Fix reference.
2014-03-18 Paul Eggert <eggert@cs.ucla.edu>
Improve documentation for integer and floating-point basics.
...
...
doc/lispref/functions.texi
View file @
28a51720
...
...
@@ -1433,7 +1433,7 @@ code) obey the advice and other calls (from C code) do not.
@defun advice-add symbol where function &optional props
Add the advice @var{function} to the named function @var{symbol}.
@var{where} and @var{props} have the same meaning as for @code{add-function}
(@pxref{Advising Primitives}).
(@pxref{
Core
Advising Primitives}).
@end defun
@defun advice-remove symbol function
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment