From: Eli Zaretskii Date: Tue, 19 Jan 2016 19:05:27 +0000 (+0200) Subject: Improve documentation of 'alist-get' X-Git-Tag: emacs-25.0.90~122 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=663d379bbc2fde5e9bded157365e9d48ea01c027;p=emacs.git 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'. --- diff --git a/doc/lispref/variables.texi b/doc/lispref/variables.texi index c48af9a40c0..42701614365 100644 --- a/doc/lispref/variables.texi +++ b/doc/lispref/variables.texi @@ -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