diff options
| author | Glenn Morris | 2020-02-13 07:50:24 -0800 |
|---|---|---|
| committer | Glenn Morris | 2020-02-13 07:50:24 -0800 |
| commit | 56ce263f506fede328888a321a12b1f85f46d0d5 (patch) | |
| tree | 1d881d6ca6c46b62cffaa93e25ff4b88f3bcc2c7 /doc | |
| parent | 5b160b39c43b7e3d4e377832c306e2e48b53e7e1 (diff) | |
| parent | ad5e350ab764f3a420d29f24ab3222f671b2e8c0 (diff) | |
| download | emacs-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.texi | 7 | ||||
| -rw-r--r-- | doc/emacs/screen.texi | 2 | ||||
| -rw-r--r-- | doc/lispintro/emacs-lisp-intro.texi | 2 | ||||
| -rw-r--r-- | doc/misc/calc.texi | 4 | ||||
| -rw-r--r-- | doc/misc/gnus.texi | 2 | ||||
| -rw-r--r-- | doc/misc/sc.texi | 4 |
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 |
| 157 | Permanently hide packages that match a regexp | 157 | Hide packages whose names match a regexp |
| 158 | (@code{package-menu-hide-package}). | 158 | (@code{package-menu-hide-package}). This prompts for a regexp, and |
| 159 | then hides the packages with matching names. The default value of the | ||
| 160 | regexp will hide only the package whose name is at point, so just | ||
| 161 | pressing @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 | |||
| 167 | window, the mode line appears right above the echo area; it is the | 167 | window, the mode line appears right above the echo area; it is the |
| 168 | next-to-last line in the frame. On a graphical display, the mode line | 168 | next-to-last line in the frame. On a graphical display, the mode line |
| 169 | is drawn with a 3D box appearance. Emacs also usually draws the mode | 169 | is drawn with a 3D box appearance. Emacs also usually draws the mode |
| 170 | line of the selected window with a different color than that of | 170 | line of the selected window with a different color from that of |
| 171 | unselected windows, in order to make it stand out. | 171 | unselected 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 | ||
| 12921 | The next line of the @code{forward-paragraph} function begins a | 12921 | The 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 |
| 12923 | symbol is @code{let*} not @code{let}. | 12923 | symbol 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. | |||
| 27155 | It is possible for a rule set to get into an infinite loop. The | 27155 | It is possible for a rule set to get into an infinite loop. The |
| 27156 | most obvious case, replacing a formula with itself, is not a problem | 27156 | most obvious case, replacing a formula with itself, is not a problem |
| 27157 | because a rule is not considered to ``succeed'' unless the righthand | 27157 | because a rule is not considered to ``succeed'' unless the righthand |
| 27158 | side actually comes out to something different than the original | 27158 | side actually comes out to something different from the original |
| 27159 | formula or sub-formula that was matched. But if you accidentally | 27159 | formula or sub-formula that was matched. But if you accidentally |
| 27160 | had both @samp{ln(a b) := ln(a) + ln(b)} and the reverse | 27160 | had 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 | ||
| 28076 | The unit @code{pt} stands for pints; the name @code{point} stands for | 28076 | The unit @code{pt} stands for pints; the name @code{point} stands for |
| 28077 | a typographical point, defined by @samp{72 point = 1 in}. This is | 28077 | a typographical point, defined by @samp{72 point = 1 in}. This is |
| 28078 | slightly different than the point defined by the American Typefounder's | 28078 | slightly different from the point defined by the American Typefounder's |
| 28079 | Association in 1886, but the point used by Calc has become standard | 28079 | Association in 1886, but the point used by Calc has become standard |
| 28080 | largely due to its use by the PostScript page description language. | 28080 | largely due to its use by the PostScript page description language. |
| 28081 | There is also @code{texpt}, which stands for a printer's point as | 28081 | There 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 |
| 27661 | The @code{nndraft} back end has returned, but works differently than | 27661 | The @code{nndraft} back end has returned, but works differently from |
| 27662 | before. All Message buffers are now also articles in the @code{nndraft} | 27662 | before. All Message buffers are now also articles in the @code{nndraft} |
| 27663 | group, which is created automatically. | 27663 | group, 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 | |||
| 1033 | scans the various mail headers present in the original article and uses | 1033 | scans the various mail headers present in the original article and uses |
| 1034 | a number of heuristics to extract strings which it puts into the | 1034 | a 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 |
| 1036 | analogous, but different than, the info alist previously mentioned. Each | 1036 | analogous, but different from, the info alist previously mentioned. Each |
| 1037 | element in the attribution alist is a key-value pair containing such | 1037 | element in the attribution alist is a key-value pair containing such |
| 1038 | information as the author's first name, middle names, and last name, the | 1038 | information as the author's first name, middle names, and last name, the |
| 1039 | author's initials, and the author's email terminus. | 1039 | author'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 | |||
| 1330 | possible for Supercite to recognize this and @emph{coerce} the citation | 1330 | possible for Supercite to recognize this and @emph{coerce} the citation |
| 1331 | to your preferred style, for consistency. In theory, it is possible for | 1331 | to your preferred style, for consistency. In theory, it is possible for |
| 1332 | Supercite to recognize such things as uuencoded messages or C code and | 1332 | Supercite to recognize such things as uuencoded messages or C code and |
| 1333 | cite or fill those differently than normal text. None of this is | 1333 | cite or fill those differently from normal text. None of this is |
| 1334 | currently part of Supercite, but contributions are welcome! | 1334 | currently part of Supercite, but contributions are welcome! |
| 1335 | 1335 | ||
| 1336 | @node Using Regi | 1336 | @node Using Regi |