aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2019-10-14 09:33:51 +0300
committerEli Zaretskii2019-10-14 09:33:51 +0300
commit9a56b9bf71af83292d6831e08a8179b7cf5ee7d8 (patch)
tree0feddc8b4c3645a6bf23f991bda854fe73ca2b8a
parent120f691e99d7d98a959ec9a6075cb4e473831bee (diff)
downloademacs-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.texi2
-rw-r--r--doc/emacs/xresources.texi22
-rw-r--r--etc/NEWS13
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
1240Disable the menu-bar, the tool-bar, the scroll-bars, tool tips, and 1240Disable the menu-bar, the tool-bar, the scroll-bars, tool tips, and
1241font-lock-mode, and turn off the blinking cursor. This can be useful 1241turn off font-lock-mode and the blinking cursor. This can be useful
1242for making a test case that simplifies debugging of display problems. 1242for 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)
227Additional space between lines, in pixels. 227Additional 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)
232The background color of the menus in non-toolkit versions of Emacs. 232The 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
234Resources}, and see @ref{GTK resources}.) 234Resources}, and see @ref{GTK resources}.)
@@ -245,13 +245,13 @@ If @samp{none}, Emacs will not make a minibuffer in this frame; it
245will use a separate minibuffer frame instead. 245will 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)
249Font name for menu pane titles, in non-toolkit versions of Emacs. 249Font 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
251Resources}, and see @ref{GTK resources}.) 251Resources}, 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)
255Foreground color for menu pane titles, in non-toolkit versions of 255Foreground color for menu pane titles, in non-toolkit versions of
256Emacs. (For toolkit versions, see @ref{Lucid Resources}, also see 256Emacs. (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
272specified if @samp{off}. 272specified 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)
276Gamma correction for colors, equivalent to the frame parameter 276Gamma 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)
281If the value of this resource is @samp{off} or @samp{false} or 281If 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)
286The scroll bar width in pixels, equivalent to the frame parameter 286The 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
288compiled with GTK+ support. 288compiled with GTK+ support.
@@ -315,18 +315,18 @@ useful for debugging X problems.
315Name to display in the title bar of the initial Emacs frame. 315Name 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)
319If the value of this resource is @samp{off} or @samp{false} or 319If 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)
324If the value of this resource is @samp{on} or @samp{yes} or 324If 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
331Disable use of X input methods (XIM) if @samp{false} or @samp{off}. 331Disable use of X input methods (XIM) if @samp{false} or @samp{off}.
332This is only relevant if your Emacs is built with XIM support. It 332This is only relevant if your Emacs is built with XIM support. It
diff --git a/etc/NEWS b/etc/NEWS
index 63ab33bdd4a..34925c1af7c 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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
458navigating through the history of characters that have been input. 459navigating through the history of characters that have been input.
459This is mostly useful for characters that have complex input methods 460This is mostly useful for characters that have complex input methods
460where inputting the character again may involve many keystrokes. 461where 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
768of suid/guid files specially with the 'dired-set-id' face. 769permissions 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 2392This function works like 'read-char', but maintains a history that can
2392'M-p'/'M-n' keystrokes. 2393be 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
2395makes the syntax more like 'setq'. 2396makes the syntax more like 'setq'.