Merge from origin/emacs-26
e3f00f5
(origin/emacs-26) Clarify when to use advice-add vs add-functionc0f3e6b
Minor formatting tweak in the Emacs manualfadf653
Update comments in Intro to Emacs Lisp52ccb24
; * doc/os.texi (Batch Mode): use = after --evald65430f
* etc/NEWS: Mention change in `edebug-prin1-to-string'.ef4aec1
; * doc/lispref/hash.texi (Defining Hash): Fix typos.2981952
Another attempt to fix sql.elb1b96d7
Update binding of 'M-.' in Intro to Emacs Lispb239a09
Fix a typo in last change in sql.el0d8bae5
Fix capitalization of mail headers845fe03
Fix buffer names in sql.ela3885f5
Minor fixes in the Emacs manual542f830
Fix a typo in rmail.texieb0bc6f
* etc/PROBLEMS: Document Bug#31305. Conflicts: doc/emacs/sending.texi etc/NEWS
This commit is contained in:
commit
cc130d13d4
10 changed files with 86 additions and 44 deletions
|
@ -288,6 +288,9 @@ a special meaning:
|
|||
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 (var VAR) if you want to apply FUNCTION to the (lexical) VAR.
|
||||
If you are trying to modify an existing named function rather
|
||||
than a function value, you probably want to use `advice-add'
|
||||
instead (see Info node `(elisp) Advising Named Functions').
|
||||
|
||||
If one of FUNCTION or OLDFUN is interactive, then the resulting function
|
||||
is also interactive. There are 3 cases:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue