aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorGlenn Morris2020-02-13 07:50:24 -0800
committerGlenn Morris2020-02-13 07:50:24 -0800
commit56ce263f506fede328888a321a12b1f85f46d0d5 (patch)
tree1d881d6ca6c46b62cffaa93e25ff4b88f3bcc2c7 /doc
parent5b160b39c43b7e3d4e377832c306e2e48b53e7e1 (diff)
parentad5e350ab764f3a420d29f24ab3222f671b2e8c0 (diff)
downloademacs-56ce263f506fede328888a321a12b1f85f46d0d5.tar.gz
emacs-56ce263f506fede328888a321a12b1f85f46d0d5.zip
Merge from origin/emacs-27
ad5e350ab7 c-end-of-macro: Handle block coment lines with unescaped N... 06c302d425 Fix set-fontset-font with ADD arg non-nil 530067463b Correct "different than" to "different from" where appropr... 56b8768b32 More accurate documentation of 'package-menu-hide-package'
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/package.texi7
-rw-r--r--doc/emacs/screen.texi2
-rw-r--r--doc/lispintro/emacs-lisp-intro.texi2
-rw-r--r--doc/misc/calc.texi4
-rw-r--r--doc/misc/gnus.texi2
-rw-r--r--doc/misc/sc.texi4
6 files changed, 12 insertions, 9 deletions
diff --git a/doc/emacs/package.texi b/doc/emacs/package.texi
index 360fc980e4a..db3cf317ff1 100644
--- a/doc/emacs/package.texi
+++ b/doc/emacs/package.texi
@@ -154,8 +154,11 @@ redisplays the package list.
154@item H 154@item H
155@kindex H @r{(Package Menu)} 155@kindex H @r{(Package Menu)}
156@findex package-menu-hide-package 156@findex package-menu-hide-package
157Permanently hide packages that match a regexp 157Hide packages whose names match a regexp
158(@code{package-menu-hide-package}). 158(@code{package-menu-hide-package}). This prompts for a regexp, and
159then hides the packages with matching names. The default value of the
160regexp will hide only the package whose name is at point, so just
161pressing @key{RET} to the prompt will hide the current package.
159 162
160@item ( 163@item (
161@kindex ( @r{(Package Menu)} 164@kindex ( @r{(Package Menu)}
diff --git a/doc/emacs/screen.texi b/doc/emacs/screen.texi
index 773bb939441..5c5a5da5511 100644
--- a/doc/emacs/screen.texi
+++ b/doc/emacs/screen.texi
@@ -167,7 +167,7 @@ what is going on in the current buffer. When there is only one
167window, the mode line appears right above the echo area; it is the 167window, the mode line appears right above the echo area; it is the
168next-to-last line in the frame. On a graphical display, the mode line 168next-to-last line in the frame. On a graphical display, the mode line
169is drawn with a 3D box appearance. Emacs also usually draws the mode 169is drawn with a 3D box appearance. Emacs also usually draws the mode
170line of the selected window with a different color than that of 170line of the selected window with a different color from that of
171unselected windows, in order to make it stand out. 171unselected windows, in order to make it stand out.
172 172
173 The text displayed in the mode line has the following format: 173 The text displayed in the mode line has the following format:
diff --git a/doc/lispintro/emacs-lisp-intro.texi b/doc/lispintro/emacs-lisp-intro.texi
index a6f4b6829f1..9834952566f 100644
--- a/doc/lispintro/emacs-lisp-intro.texi
+++ b/doc/lispintro/emacs-lisp-intro.texi
@@ -12919,7 +12919,7 @@ familiar part of this function.
12919@unnumberedsubsec The @code{let*} expression 12919@unnumberedsubsec The @code{let*} expression
12920 12920
12921The next line of the @code{forward-paragraph} function begins a 12921The next line of the @code{forward-paragraph} function begins a
12922@code{let*} expression. This is a different than @code{let}. The 12922@code{let*} expression. This is different from @code{let}. The
12923symbol is @code{let*} not @code{let}. 12923symbol is @code{let*} not @code{let}.
12924 12924
12925@findex let* 12925@findex let*
diff --git a/doc/misc/calc.texi b/doc/misc/calc.texi
index a31f232089b..1dab29b8a5a 100644
--- a/doc/misc/calc.texi
+++ b/doc/misc/calc.texi
@@ -27155,7 +27155,7 @@ anywhere in the formula.
27155It is possible for a rule set to get into an infinite loop. The 27155It is possible for a rule set to get into an infinite loop. The
27156most obvious case, replacing a formula with itself, is not a problem 27156most obvious case, replacing a formula with itself, is not a problem
27157because a rule is not considered to ``succeed'' unless the righthand 27157because a rule is not considered to ``succeed'' unless the righthand
27158side actually comes out to something different than the original 27158side actually comes out to something different from the original
27159formula or sub-formula that was matched. But if you accidentally 27159formula or sub-formula that was matched. But if you accidentally
27160had both @samp{ln(a b) := ln(a) + ln(b)} and the reverse 27160had both @samp{ln(a b) := ln(a) + ln(b)} and the reverse
27161@samp{ln(a) + ln(b) := ln(a b)} in your rule set, Calc would 27161@samp{ln(a) + ln(b) := ln(a b)} in your rule set, Calc would
@@ -28075,7 +28075,7 @@ for angstroms.
28075 28075
28076The unit @code{pt} stands for pints; the name @code{point} stands for 28076The unit @code{pt} stands for pints; the name @code{point} stands for
28077a typographical point, defined by @samp{72 point = 1 in}. This is 28077a typographical point, defined by @samp{72 point = 1 in}. This is
28078slightly different than the point defined by the American Typefounder's 28078slightly different from the point defined by the American Typefounder's
28079Association in 1886, but the point used by Calc has become standard 28079Association in 1886, but the point used by Calc has become standard
28080largely due to its use by the PostScript page description language. 28080largely due to its use by the PostScript page description language.
28081There is also @code{texpt}, which stands for a printer's point as 28081There is also @code{texpt}, which stands for a printer's point as
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi
index 2545d21863a..b5eb81b787e 100644
--- a/doc/misc/gnus.texi
+++ b/doc/misc/gnus.texi
@@ -27658,7 +27658,7 @@ added. A plethora of new commands and modes have been added.
27658@xref{Gnus Unplugged}, for the full story. 27658@xref{Gnus Unplugged}, for the full story.
27659 27659
27660@item 27660@item
27661The @code{nndraft} back end has returned, but works differently than 27661The @code{nndraft} back end has returned, but works differently from
27662before. All Message buffers are now also articles in the @code{nndraft} 27662before. All Message buffers are now also articles in the @code{nndraft}
27663group, which is created automatically. 27663group, which is created automatically.
27664 27664
diff --git a/doc/misc/sc.texi b/doc/misc/sc.texi
index abde85c790b..ccf5b9efb05 100644
--- a/doc/misc/sc.texi
+++ b/doc/misc/sc.texi
@@ -1033,7 +1033,7 @@ that will be used to composed a non-nested citation string. Supercite
1033scans the various mail headers present in the original article and uses 1033scans the various mail headers present in the original article and uses
1034a number of heuristics to extract strings which it puts into the 1034a number of heuristics to extract strings which it puts into the
1035@dfn{attribution association list} or @dfn{attribution alist}. This is 1035@dfn{attribution association list} or @dfn{attribution alist}. This is
1036analogous, but different than, the info alist previously mentioned. Each 1036analogous, but different from, the info alist previously mentioned. Each
1037element in the attribution alist is a key-value pair containing such 1037element in the attribution alist is a key-value pair containing such
1038information as the author's first name, middle names, and last name, the 1038information as the author's first name, middle names, and last name, the
1039author's initials, and the author's email terminus. 1039author's initials, and the author's email terminus.
@@ -1330,7 +1330,7 @@ co-worker that uses an uncommon citation style (say one that employs a
1330possible for Supercite to recognize this and @emph{coerce} the citation 1330possible for Supercite to recognize this and @emph{coerce} the citation
1331to your preferred style, for consistency. In theory, it is possible for 1331to your preferred style, for consistency. In theory, it is possible for
1332Supercite to recognize such things as uuencoded messages or C code and 1332Supercite to recognize such things as uuencoded messages or C code and
1333cite or fill those differently than normal text. None of this is 1333cite or fill those differently from normal text. None of this is
1334currently part of Supercite, but contributions are welcome! 1334currently part of Supercite, but contributions are welcome!
1335 1335
1336@node Using Regi 1336@node Using Regi