]> git.eshelyaron.com Git - emacs.git/commitdiff
Improve documentation of 'alist-get'
authorEli Zaretskii <eliz@gnu.org>
Tue, 19 Jan 2016 19:05:27 +0000 (21:05 +0200)
committerEli Zaretskii <eliz@gnu.org>
Tue, 19 Jan 2016 19:05:27 +0000 (21:05 +0200)
* doc/lispref/variables.texi (Setting Generalized Variables): Add
'alist-get' to the list of functions that can appear in PLACE
argument of 'setf'.

doc/lispref/variables.texi

index c48af9a40c0429e710b75e11063d497514498f36..42701614365026b623683830dac7052e84912a0d 100644 (file)
@@ -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