diff options
| author | Eli Zaretskii | 2019-10-14 09:33:51 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2019-10-14 09:33:51 +0300 |
| commit | 9a56b9bf71af83292d6831e08a8179b7cf5ee7d8 (patch) | |
| tree | 0feddc8b4c3645a6bf23f991bda854fe73ca2b8a | |
| parent | 120f691e99d7d98a959ec9a6075cb4e473831bee (diff) | |
| download | emacs-9a56b9bf71af83292d6831e08a8179b7cf5ee7d8.tar.gz emacs-9a56b9bf71af83292d6831e08a8179b7cf5ee7d8.zip | |
; Minor fixes in documentation
* doc/emacs/xresources.texi (Table of Resources):
* doc/emacs/cmdargs.texi (Misc X):
* etc/NEWS: Fix recent changes in documentation.
| -rw-r--r-- | doc/emacs/cmdargs.texi | 2 | ||||
| -rw-r--r-- | doc/emacs/xresources.texi | 22 | ||||
| -rw-r--r-- | etc/NEWS | 13 |
3 files changed, 19 insertions, 18 deletions
diff --git a/doc/emacs/cmdargs.texi b/doc/emacs/cmdargs.texi index fa28c3eabcb..b3d9af0baf9 100644 --- a/doc/emacs/cmdargs.texi +++ b/doc/emacs/cmdargs.texi | |||
| @@ -1238,7 +1238,7 @@ Disable the blinking cursor on graphical displays. | |||
| 1238 | @itemx --basic-display | 1238 | @itemx --basic-display |
| 1239 | @opindex --basic-display | 1239 | @opindex --basic-display |
| 1240 | Disable the menu-bar, the tool-bar, the scroll-bars, tool tips, and | 1240 | Disable the menu-bar, the tool-bar, the scroll-bars, tool tips, and |
| 1241 | font-lock-mode, and turn off the blinking cursor. This can be useful | 1241 | turn off font-lock-mode and the blinking cursor. This can be useful |
| 1242 | for making a test case that simplifies debugging of display problems. | 1242 | for making a test case that simplifies debugging of display problems. |
| 1243 | @end table | 1243 | @end table |
| 1244 | 1244 | ||
diff --git a/doc/emacs/xresources.texi b/doc/emacs/xresources.texi index e349d40333f..3b9448f8a8f 100644 --- a/doc/emacs/xresources.texi +++ b/doc/emacs/xresources.texi | |||
| @@ -223,12 +223,12 @@ Width of the internal frame border, in pixels. | |||
| 223 | @end ifnottex | 223 | @end ifnottex |
| 224 | 224 | ||
| 225 | @item @code{lineSpacing} (class @code{LineSpacing}) | 225 | @item @code{lineSpacing} (class @code{LineSpacing}) |
| 226 | @cindex line spacing | 226 | @cindex line spacing (X resource) |
| 227 | Additional space between lines, in pixels. | 227 | Additional space between lines, in pixels. |
| 228 | 228 | ||
| 229 | @ifnottex | 229 | @ifnottex |
| 230 | @item @code{menuBackground} (class @code{Background}) | 230 | @item @code{menuBackground} (class @code{Background}) |
| 231 | @cindex background for menus | 231 | @cindex background for menus (X resource) |
| 232 | The background color of the menus in non-toolkit versions of Emacs. | 232 | The background color of the menus in non-toolkit versions of Emacs. |
| 233 | (For toolkit versions, see @ref{Lucid Resources}, also see @ref{Motif | 233 | (For toolkit versions, see @ref{Lucid Resources}, also see @ref{Motif |
| 234 | Resources}, and see @ref{GTK resources}.) | 234 | Resources}, and see @ref{GTK resources}.) |
| @@ -245,13 +245,13 @@ If @samp{none}, Emacs will not make a minibuffer in this frame; it | |||
| 245 | will use a separate minibuffer frame instead. | 245 | will use a separate minibuffer frame instead. |
| 246 | 246 | ||
| 247 | @item @code{paneFont} (class @code{Font}) | 247 | @item @code{paneFont} (class @code{Font}) |
| 248 | @cindex font for menus | 248 | @cindex font for menus (X resource) |
| 249 | Font name for menu pane titles, in non-toolkit versions of Emacs. | 249 | Font name for menu pane titles, in non-toolkit versions of Emacs. |
| 250 | (For toolkit versions, see @ref{Lucid Resources}, also see @ref{Motif | 250 | (For toolkit versions, see @ref{Lucid Resources}, also see @ref{Motif |
| 251 | Resources}, and see @ref{GTK resources}.) | 251 | Resources}, and see @ref{GTK resources}.) |
| 252 | 252 | ||
| 253 | @item @code{paneForeground} (class @code{Foreground}) | 253 | @item @code{paneForeground} (class @code{Foreground}) |
| 254 | @cindex foreground for menus | 254 | @cindex foreground for menus (X resource) |
| 255 | Foreground color for menu pane titles, in non-toolkit versions of | 255 | Foreground color for menu pane titles, in non-toolkit versions of |
| 256 | Emacs. (For toolkit versions, see @ref{Lucid Resources}, also see | 256 | Emacs. (For toolkit versions, see @ref{Lucid Resources}, also see |
| 257 | @ref{Motif Resources}, and see @ref{GTK resources}.) | 257 | @ref{Motif Resources}, and see @ref{GTK resources}.) |
| @@ -272,17 +272,17 @@ Switch foreground and background default colors if @samp{on}, use colors as | |||
| 272 | specified if @samp{off}. | 272 | specified if @samp{off}. |
| 273 | 273 | ||
| 274 | @item @code{screenGamma} (class @code{ScreenGamma}) | 274 | @item @code{screenGamma} (class @code{ScreenGamma}) |
| 275 | @cindex gamma correction | 275 | @cindex gamma correction (X resource) |
| 276 | Gamma correction for colors, equivalent to the frame parameter | 276 | Gamma correction for colors, equivalent to the frame parameter |
| 277 | @code{screen-gamma}. | 277 | @code{screen-gamma}. |
| 278 | 278 | ||
| 279 | @item @code{scrollBar} (class @code{ScrollBar}) | 279 | @item @code{scrollBar} (class @code{ScrollBar}) |
| 280 | @cindex scroll bar | 280 | @cindex scroll bar (X resource) |
| 281 | If the value of this resource is @samp{off} or @samp{false} or | 281 | If the value of this resource is @samp{off} or @samp{false} or |
| 282 | @samp{0}, Emacs disables Scroll Bar mode at startup (@pxref{Scroll Bars}). | 282 | @samp{0}, Emacs disables Scroll Bar mode at startup (@pxref{Scroll Bars}). |
| 283 | 283 | ||
| 284 | @item @code{scrollBarWidth} (class @code{ScrollBarWidth}) | 284 | @item @code{scrollBarWidth} (class @code{ScrollBarWidth}) |
| 285 | @cindex scrollbar width | 285 | @cindex scrollbar width (X resource) |
| 286 | The scroll bar width in pixels, equivalent to the frame parameter | 286 | The scroll bar width in pixels, equivalent to the frame parameter |
| 287 | @code{scroll-bar-width}. Do not set this resource if Emacs is | 287 | @code{scroll-bar-width}. Do not set this resource if Emacs is |
| 288 | compiled with GTK+ support. | 288 | compiled with GTK+ support. |
| @@ -315,18 +315,18 @@ useful for debugging X problems. | |||
| 315 | Name to display in the title bar of the initial Emacs frame. | 315 | Name to display in the title bar of the initial Emacs frame. |
| 316 | 316 | ||
| 317 | @item @code{toolBar} (class @code{ToolBar}) | 317 | @item @code{toolBar} (class @code{ToolBar}) |
| 318 | @cindex tool bar | 318 | @cindex tool bar (X resource) |
| 319 | If the value of this resource is @samp{off} or @samp{false} or | 319 | If the value of this resource is @samp{off} or @samp{false} or |
| 320 | @samp{0}, Emacs disables Tool Bar mode at startup (@pxref{Tool Bars}). | 320 | @samp{0}, Emacs disables Tool Bar mode at startup (@pxref{Tool Bars}). |
| 321 | 321 | ||
| 322 | @item @code{tabBar} (class @code{TabBar}) | 322 | @item @code{tabBar} (class @code{TabBar}) |
| 323 | @cindex tab bar | 323 | @cindex tab bar (X resource) |
| 324 | If the value of this resource is @samp{on} or @samp{yes} or | 324 | If the value of this resource is @samp{on} or @samp{yes} or |
| 325 | @samp{1}, Emacs enables Tab Bar mode at startup (@pxref{Tab Bars}). | 325 | @samp{1}, Emacs enables Tab Bar mode at startup (@pxref{Tab Bars}). |
| 326 | 326 | ||
| 327 | @item @code{useXIM} (class @code{UseXIM}) | 327 | @item @code{useXIM} (class @code{UseXIM}) |
| 328 | @cindex XIM | 328 | @cindex XIM (X resource) |
| 329 | @cindex X input methods | 329 | @cindex X input methods (X resource) |
| 330 | @cindex input methods, X | 330 | @cindex input methods, X |
| 331 | Disable use of X input methods (XIM) if @samp{false} or @samp{off}. | 331 | Disable use of X input methods (XIM) if @samp{false} or @samp{off}. |
| 332 | This is only relevant if your Emacs is built with XIM support. It | 332 | This is only relevant if your Emacs is built with XIM support. It |
| @@ -454,7 +454,8 @@ Note that this key binding will not work on MS-Windows systems if | |||
| 454 | * Editing Changes in Emacs 27.1 | 454 | * Editing Changes in Emacs 27.1 |
| 455 | 455 | ||
| 456 | +++ | 456 | +++ |
| 457 | ** 'zap-to-char' uses the new 'read-char-with-history' function to allow | 457 | ** 'zap-to-char' now uses history of characters you used to zap to. |
| 458 | 'zap-to-char' uses the new 'read-char-with-history' function to allow | ||
| 458 | navigating through the history of characters that have been input. | 459 | navigating through the history of characters that have been input. |
| 459 | This is mostly useful for characters that have complex input methods | 460 | This is mostly useful for characters that have complex input methods |
| 460 | where inputting the character again may involve many keystrokes. | 461 | where inputting the character again may involve many keystrokes. |
| @@ -764,8 +765,8 @@ remapped to these, respectively. | |||
| 764 | ** Dired | 765 | ** Dired |
| 765 | 766 | ||
| 766 | --- | 767 | --- |
| 767 | *** On systems that support it, Dired now font-locks the permissions | 768 | *** On systems that support suid/guid files, Dired now fontifies the |
| 768 | of suid/guid files specially with the 'dired-set-id' face. | 769 | permissions of such files with a special face 'dired-set-id'. |
| 769 | 770 | ||
| 770 | +++ | 771 | +++ |
| 771 | *** New command 'dired-create-empty-file'. | 772 | *** New command 'dired-create-empty-file'. |
| @@ -2387,9 +2388,9 @@ scrolling. | |||
| 2387 | 2388 | ||
| 2388 | * Lisp Changes in Emacs 27.1 | 2389 | * Lisp Changes in Emacs 27.1 |
| 2389 | 2390 | ||
| 2390 | ** There is a new function 'read-char-with-history' that works like | 2391 | ** New function 'read-char-with-history'. |
| 2391 | 'read-char', but maintains a history that can be navigated via the | 2392 | This function works like 'read-char', but maintains a history that can |
| 2392 | 'M-p'/'M-n' keystrokes. | 2393 | be navigated via the 'M-p'/'M-n' keystrokes. |
| 2393 | 2394 | ||
| 2394 | ** 'setq-local' can now set an arbitrary number of variables, which | 2395 | ** 'setq-local' can now set an arbitrary number of variables, which |
| 2395 | makes the syntax more like 'setq'. | 2396 | makes the syntax more like 'setq'. |