Improve documentation of 'alist-get'
* doc/lispref/variables.texi (Setting Generalized Variables): Add 'alist-get' to the list of functions that can appear in PLACE argument of 'setf'.
This commit is contained in:
parent
77793f52c5
commit
663d379bbc
1 changed files with 2 additions and 2 deletions
|
@ -2068,7 +2068,7 @@ cdar nthcdr
|
|||
A call to any of the following Emacs-specific functions:
|
||||
|
||||
@smallexample
|
||||
default-value process-get
|
||||
alist-get process-get
|
||||
frame-parameter process-sentinel
|
||||
terminal-parameter window-buffer
|
||||
keymap-parent window-display-table
|
||||
|
@ -2077,7 +2077,7 @@ overlay-get window-hscroll
|
|||
overlay-start window-parameter
|
||||
overlay-end window-point
|
||||
process-buffer window-start
|
||||
process-filter
|
||||
process-filter default-value
|
||||
@end smallexample
|
||||
@end itemize
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue