diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2022-08-24 05:26:18 +0200 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2022-08-24 05:26:53 +0200 |
commit | 2d307a0205db126ad51fc8b600121849c1af1fa9 (patch) | |
tree | 1b9c12669f2b58a834c7b801b17a455b7d4506b1 /doc/lispref | |
parent | 67a15ce1564ce35ece24a19f00e03a36e0575746 (diff) | |
download | emacs-2d307a0205db126ad51fc8b600121849c1af1fa9.tar.gz emacs-2d307a0205db126ad51fc8b600121849c1af1fa9.tar.bz2 emacs-2d307a0205db126ad51fc8b600121849c1af1fa9.zip |
; Sort list of generalized variables
* doc/lispref/variables.texi (Setting Generalized Variables): Sort
list of generalized variables alphabetically.
Diffstat (limited to 'doc/lispref')
-rw-r--r-- | doc/lispref/variables.texi | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/doc/lispref/variables.texi b/doc/lispref/variables.texi index aa308348051..9d45c6c52e7 100644 --- a/doc/lispref/variables.texi +++ b/doc/lispref/variables.texi @@ -2679,21 +2679,21 @@ cdar nthcdr A call to any of the following Emacs-specific functions: @smallexample -alist-get overlay-get -face-background overlay-start -face-font overlay-end -face-foreground process-buffer -face-stipple process-filter -face-underline-p process-get -file-modes process-sentinel +alist-get overlay-end +default-value overlay-start +face-background overlay-get +face-font process-buffer +face-foreground process-filter +face-stipple process-get +face-underline-p process-sentinel +file-modes terminal-parameter frame-parameter window-buffer -frame-parameters window-display-table -frame-width window-dedicated-p +frame-parameters window-dedicated-p +frame-width window-display-table get-register window-hscroll getenv window-parameter -terminal-parameter window-point -keymap-parent window-start -match-data default-value +keymap-parent window-point +match-data window-start @end smallexample @item |