aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref/variables.texi
diff options
context:
space:
mode:
authorPaul Eggert2016-01-30 11:27:34 -0800
committerPaul Eggert2016-01-30 11:27:34 -0800
commit82b089783e71b2aeef950eaecfe4cbc0735e64a2 (patch)
treea826c20768071bda95a69b2632718c1641c6d0cc /doc/lispref/variables.texi
parentd27c8078ef766dae3587bc82b70128a70efaa223 (diff)
parentf7dc6d8b5bb318e02a4016d93f8b34de0716f4dc (diff)
downloademacs-82b089783e71b2aeef950eaecfe4cbc0735e64a2.tar.gz
emacs-82b089783e71b2aeef950eaecfe4cbc0735e64a2.zip
-
Diffstat (limited to 'doc/lispref/variables.texi')
-rw-r--r--doc/lispref/variables.texi4
1 files changed, 2 insertions, 2 deletions
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
2068A call to any of the following Emacs-specific functions: 2068A call to any of the following Emacs-specific functions:
2069 2069
2070@smallexample 2070@smallexample
2071default-value process-get 2071alist-get process-get
2072frame-parameter process-sentinel 2072frame-parameter process-sentinel
2073terminal-parameter window-buffer 2073terminal-parameter window-buffer
2074keymap-parent window-display-table 2074keymap-parent window-display-table
@@ -2077,7 +2077,7 @@ overlay-get window-hscroll
2077overlay-start window-parameter 2077overlay-start window-parameter
2078overlay-end window-point 2078overlay-end window-point
2079process-buffer window-start 2079process-buffer window-start
2080process-filter 2080process-filter default-value
2081@end smallexample 2081@end smallexample
2082@end itemize 2082@end itemize
2083 2083