Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
45681788
Commit
45681788
authored
Mar 22, 2014
by
Eli Zaretskii
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc/lispref/functions.texi (Core Advising Primitives): Fix cross-reference in last change.
parent
e74e1d1b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
doc/lispref/ChangeLog
doc/lispref/ChangeLog
+5
-0
doc/lispref/functions.texi
doc/lispref/functions.texi
+1
-1
No files found.
doc/lispref/ChangeLog
View file @
45681788
2014-03-22 Eli Zaretskii <eliz@gnu.org>
* functions.texi (Core Advising Primitives): Fix cross-reference
in last change.
2014-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
2014-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
* functions.texi (Advising Functions): Explain a bit more how
* functions.texi (Advising Functions): Explain a bit more how
...
...
doc/lispref/functions.texi
View file @
45681788
...
@@ -1231,7 +1231,7 @@ received as argument, use @code{advice-eval-interactive-spec}.
...
@@ -1231,7 +1231,7 @@ received as argument, use @code{advice-eval-interactive-spec}.
@var{where} determines how @var{function} is composed with the
@var{where} determines how @var{function} is composed with the
existing function, e.g. whether @var{function} should be called before, or
existing function, e.g. whether @var{function} should be called before, or
after the original function.
See
@xref{Advice combinators} for the list of
after the original function. @xref{Advice combinators}
,
for the list of
available ways to compose the two functions.
available ways to compose the two functions.
When modifying a variable (whose name will usually end with @code{-function}),
When modifying a variable (whose name will usually end with @code{-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